Html Css Color HEX #73C72C Lima

📋 copy color: '#73C72C'

red 115 ◦ green 199 ◦ blue 44

#73C72C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #73C72C

Tints of Lima #73C72C

RGB

 RED value IS 115 (45.31% from 255) = 32.12%

 GREEN value IS 199 (78.13% from 255) = 55.59%

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 32.12%
G = 55.59%
B = 12.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#73C72C (or 0x73C72C) is known color: Lima. HEX triplet: 73, C7 and 2C. RGB value is (115,199,44). Sum of RGB (Red+Green+Blue) = 115+199+44=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #73C72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73C72C is #8C38D3. Grayscale: #9C9C9C. Windows color (decimal): -9189588 or 2934643. OLE color: 2934643.

HSL color Cylindrical-coordinate representation of color #73C72C: hue angle of 92.52º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73C72C is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 115 199 44 -
CMYK 0.42 0 0.78 0.22
HSL 92.52º 0.64% 0.48% -
HSV(B) 92.52º 0.78% 0.78% -
XYZ 27.95 44.67 9.53 -
YUV 156.21 64.67 98.6 -
System Red Green Blue C M Y K H S L
Decimal 115 199 44 0.42 0 0.78 0.22 92.52 0.64 0.48
Hex 73 C7 2C 2A 0 4E 16 5D 40 30
Octal 163 307 54 52 0 116 26 135 100 60
Binary 1110011 11000111 101100 101010 0 1001110 10110 1011101 1000000 110000

Color Harmonies of #73C72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C72C

Black with #73C72C

Text Example


Text Example

White with #73C72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73C72C; }

 p { color: rgb(115,199,44); }

 H1.HeaderClassName
 {
   color: #73C72C;
 }
 .AnyTagClassName
 {
   color: #73C72C;
 }
</style>

background-color css

<style>
 a { background-color: #73C72C; }

 a { background-color: rgb(115,199,44); }

 div.DivClassName
 {
   background-color: #73C72C;
 }
 .BgClassName
 {
   background-color: #73C72C;
 }
</style>

border-color css

<style>
 span { border-color: #73C72C; }

 span { border-color: rgb(115,199,44); }

 td.TdClassName
 {
   border-color: #73C72C;
 }
 .TagClassName
 {
   border-color: #73C72C;
 }
</style>