Html Css Color HEX #72D724 Lima

📋 copy color: '#72D724'

red 114 ◦ green 215 ◦ blue 36

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

Shades of Lima #72D724

Tints of Lima #72D724

RGB

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

 GREEN value IS 215 (84.38% from 255) = 58.9%

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

R = 31.23%
G = 58.9%
B = 9.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#72D724 (or 0x72D724) is known color: Lima. HEX triplet: 72, D7 and 24. RGB value is (114,215,36). Sum of RGB (Red+Green+Blue) = 114+215+36=365 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.23% from 365); Green value is 215 (84.38% from 255 or 58.90% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 215 - color contains mainly: green. Hex color #72D724 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D724 is #8D28DB. Grayscale: #A5A5A5. Windows color (decimal): -9251036 or 2414450. OLE color: 2414450.

HSL color Cylindrical-coordinate representation of color #72D724: hue angle of 93.85º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #72D724 is Cyan = 0.47, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 215 36 -
CMYK 0.47 0 0.83 0.16
HSL 93.85º 0.71% 0.49% -
HSV(B) 93.85º 0.83% 0.84% -
XYZ 31.56 52.31 10.1 -
YUV 164.4 55.54 92.05 -
System Red Green Blue C M Y K H S L
Decimal 114 215 36 0.47 0 0.83 0.16 93.85 0.71 0.49
Hex 72 D7 24 2F 0 53 10 5E 47 31
Octal 162 327 44 57 0 123 20 136 107 61
Binary 1110010 11010111 100100 101111 0 1010011 10000 1011110 1000111 110001

Color Harmonies of #72D724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D724

Black with #72D724

Text Example


Text Example

White with #72D724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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