Html Css Color HEX #72C324 Lima

📋 copy color: '#72C324'

red 114 ◦ green 195 ◦ blue 36

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

Shades of Lima #72C324

Tints of Lima #72C324

RGB

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

 GREEN value IS 195 (76.56% from 255) = 56.52%

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

R = 33.04%
G = 56.52%
B = 10.43%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#72C324 (or 0x72C324) is known color: Lima. HEX triplet: 72, C3 and 24. RGB value is (114,195,36). Sum of RGB (Red+Green+Blue) = 114+195+36=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 36 (14.45% from 255 or 10.43% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #72C324 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C324 is #8D3CDB. Grayscale: #999999. Windows color (decimal): -9256156 or 2409330. OLE color: 2409330.

HSL color Cylindrical-coordinate representation of color #72C324: hue angle of 90.57º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72C324 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 195 36 -
CMYK 0.42 0 0.82 0.24
HSL 90.57º 0.69% 0.45% -
HSV(B) 90.57º 0.82% 0.76% -
XYZ 26.77 42.74 8.51 -
YUV 152.66 62.16 100.43 -
System Red Green Blue C M Y K H S L
Decimal 114 195 36 0.42 0 0.82 0.24 90.57 0.69 0.45
Hex 72 C3 24 2A 0 52 18 5B 45 2D
Octal 162 303 44 52 0 122 30 133 105 55
Binary 1110010 11000011 100100 101010 0 1010010 11000 1011011 1000101 101101

Color Harmonies of #72C324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C324

Black with #72C324

Text Example


Text Example

White with #72C324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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