Html Css Color HEX #72CE19 Lima

📋 copy color: '#72CE19'

red 114 ◦ green 206 ◦ blue 25

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

Shades of Lima #72CE19

Tints of Lima #72CE19

RGB

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

 GREEN value IS 206 (80.86% from 255) = 59.71%

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

R = 33.04%
G = 59.71%
B = 7.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#72CE19 (or 0x72CE19) is known color: Lima. HEX triplet: 72, CE and 19. RGB value is (114,206,25). Sum of RGB (Red+Green+Blue) = 114+206+25=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 25 (10.16% from 255 or 7.25% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72CE19 is #8D31E6. Grayscale: #9E9E9E. Windows color (decimal): -9253351 or 1691250. OLE color: 1691250.

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

Color convert

RGB 114 206 25 -
CMYK 0.45 0 0.88 0.19
HSL 90.5º 0.78% 0.45% -
HSV(B) 90.5º 0.88% 0.81% -
XYZ 29.19 47.79 8.61 -
YUV 157.86 53.02 96.72 -
System Red Green Blue C M Y K H S L
Decimal 114 206 25 0.45 0 0.88 0.19 90.5 0.78 0.45
Hex 72 CE 19 2D 0 58 13 5A 4E 2D
Octal 162 316 31 55 0 130 23 132 116 55
Binary 1110010 11001110 11001 101101 0 1011000 10011 1011010 1001110 101101

Color Harmonies of #72CE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CE19

Black with #72CE19

Text Example


Text Example

White with #72CE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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