Html Css Color HEX #72CA19 Lima

📋 copy color: '#72CA19'

red 114 ◦ green 202 ◦ blue 25

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

Shades of Lima #72CA19

Tints of Lima #72CA19

RGB

 RED value IS 114 (44.92% from 255) = 33.43%

 GREEN value IS 202 (79.3% from 255) = 59.24%

 BLUE value IS 25 (10.16% from 255) = 7.33%

R = 33.43%
G = 59.24%
B = 7.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#72CA19 (or 0x72CA19) is known color: Lima. HEX triplet: 72, CA and 19. RGB value is (114,202,25). Sum of RGB (Red+Green+Blue) = 114+202+25=341 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.43% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72CA19 is #8D35E6. Grayscale: #9C9C9C. Windows color (decimal): -9254375 or 1690226. OLE color: 1690226.

HSL color Cylindrical-coordinate representation of color #72CA19: hue angle of 89.83º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72CA19 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 202 25 -
CMYK 0.44 0 0.88 0.21
HSL 89.83º 0.78% 0.45% -
HSV(B) 89.83º 0.88% 0.79% -
XYZ 28.24 45.89 8.29 -
YUV 155.51 54.35 98.39 -
System Red Green Blue C M Y K H S L
Decimal 114 202 25 0.44 0 0.88 0.21 89.83 0.78 0.45
Hex 72 CA 19 2C 0 58 15 5A 4E 2D
Octal 162 312 31 54 0 130 25 132 116 55
Binary 1110010 11001010 11001 101100 0 1011000 10101 1011010 1001110 101101

Color Harmonies of #72CA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA19

Black with #72CA19

Text Example


Text Example

White with #72CA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72CA19; }

 p { color: rgb(114,202,25); }

 H1.HeaderClassName
 {
   color: #72CA19;
 }
 .AnyTagClassName
 {
   color: #72CA19;
 }
</style>

background-color css

<style>
 a { background-color: #72CA19; }

 a { background-color: rgb(114,202,25); }

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

border-color css

<style>
 span { border-color: #72CA19; }

 span { border-color: rgb(114,202,25); }

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