Html Css Color HEX #72D820 Lima

📋 copy color: '#72D820'

red 114 ◦ green 216 ◦ blue 32

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

Shades of Lima #72D820

Tints of Lima #72D820

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.67%

 BLUE value IS 32 (12.89% from 255) = 8.84%

R = 31.49%
G = 59.67%
B = 8.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#72D820 (or 0x72D820) is known color: Lima. HEX triplet: 72, D8 and 20. RGB value is (114,216,32). Sum of RGB (Red+Green+Blue) = 114+216+32=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #72D820 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D820 is #8D27DF. Grayscale: #A5A5A5. Windows color (decimal): -9250784 or 2152562. OLE color: 2152562.

HSL color Cylindrical-coordinate representation of color #72D820: hue angle of 93.26º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #72D820 is Cyan = 0.47, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 216 32 -
CMYK 0.47 0 0.85 0.15
HSL 93.26º 0.74% 0.49% -
HSV(B) 93.26º 0.85% 0.85% -
XYZ 31.76 52.79 9.88 -
YUV 164.53 53.21 91.96 -
System Red Green Blue C M Y K H S L
Decimal 114 216 32 0.47 0 0.85 0.15 93.26 0.74 0.49
Hex 72 D8 20 2F 0 55 F 5D 4A 31
Octal 162 330 40 57 0 125 17 135 112 61
Binary 1110010 11011000 100000 101111 0 1010101 1111 1011101 1001010 110001

Color Harmonies of #72D820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D820

Black with #72D820

Text Example


Text Example

White with #72D820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,216,32); }

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

background-color css

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

 a { background-color: rgb(114,216,32); }

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

border-color css

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

 span { border-color: rgb(114,216,32); }

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