Html Css Color HEX #72C924 Lima

📋 copy color: '#72C924'

red 114 ◦ green 201 ◦ blue 36

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

Shades of Lima #72C924

Tints of Lima #72C924

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.26%

 BLUE value IS 36 (14.45% from 255) = 10.26%

R = 32.48%
G = 57.26%
B = 10.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#72C924 (or 0x72C924) is known color: Lima. HEX triplet: 72, C9 and 24. RGB value is (114,201,36). Sum of RGB (Red+Green+Blue) = 114+201+36=351 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.48% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #72C924 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C924 is #8D36DB. Grayscale: #9C9C9C. Windows color (decimal): -9254620 or 2410866. OLE color: 2410866.

HSL color Cylindrical-coordinate representation of color #72C924: hue angle of 91.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72C924 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 201 36 -
CMYK 0.43 0 0.82 0.21
HSL 91.64º 0.7% 0.46% -
HSV(B) 91.64º 0.82% 0.79% -
XYZ 28.14 45.48 8.96 -
YUV 156.18 60.18 97.92 -
System Red Green Blue C M Y K H S L
Decimal 114 201 36 0.43 0 0.82 0.21 91.64 0.7 0.46
Hex 72 C9 24 2B 0 52 15 5C 46 2E
Octal 162 311 44 53 0 122 25 134 106 56
Binary 1110010 11001001 100100 101011 0 1010010 10101 1011100 1000110 101110

Color Harmonies of #72C924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C924

Black with #72C924

Text Example


Text Example

White with #72C924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,201,36); }

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

background-color css

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

 a { background-color: rgb(114,201,36); }

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

border-color css

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

 span { border-color: rgb(114,201,36); }

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