Html Css Color HEX #72D822 Lima

📋 copy color: '#72D822'

red 114 ◦ green 216 ◦ blue 34

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

Shades of Lima #72D822

Tints of Lima #72D822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.34%

R = 31.32%
G = 59.34%
B = 9.34%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#72D822 (or 0x72D822) is known color: Lima. HEX triplet: 72, D8 and 22. RGB value is (114,216,34). Sum of RGB (Red+Green+Blue) = 114+216+34=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #72D822 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D822 is #8D27DD. Grayscale: #A5A5A5. Windows color (decimal): -9250782 or 2283634. OLE color: 2283634.

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

Color convert

RGB 114 216 34 -
CMYK 0.47 0 0.84 0.15
HSL 93.63º 0.73% 0.49% -
HSV(B) 93.63º 0.84% 0.85% -
XYZ 31.78 52.8 10.03 -
YUV 164.75 54.21 91.8 -
System Red Green Blue C M Y K H S L
Decimal 114 216 34 0.47 0 0.84 0.15 93.63 0.73 0.49
Hex 72 D8 22 2F 0 54 F 5E 49 31
Octal 162 330 42 57 0 124 17 136 111 61
Binary 1110010 11011000 100010 101111 0 1010100 1111 1011110 1001001 110001

Color Harmonies of #72D822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D822

Black with #72D822

Text Example


Text Example

White with #72D822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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