#22DE36

Color #22DE36 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #22DE36

Tints of Lime Green #22DE36

Color information

#22DE36 (or 0x22DE36) is unknown color: approx Lime Green. HEX triplet: 22, DE and 36. RGB value is (34,222,54). Sum of RGB (Red+Green+Blue) = 34+222+54=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 222 (87.11% from 255 or 71.61% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 222 - color contains mainly: green. Hex color #22DE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DE36 is #DD21C9. Grayscale: #939393. Windows color (decimal): -14492106 or 3595810. OLE color: 3595810.

HSL color Cylindrical-coordinate representation of color #22DE36: hue angle of 126.38º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DE36 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB3422254-
CMYK0.8500.760.13
HSL126.38º74.02%50.2%-
HSV(B)126.38º84.68%87.06%-
XYZ27.4552.8512.24-
YUV146.6475.7247.66-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.97%
GREEN value IS 222 (87.11% from 255) = 71.61%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=10.97%
G=71.61%
B=17.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal34222540.8500.760.13126.3874.0250.2
Hex22DE365504CD7e4a32
Octal423366612501141517611262
Binary10001011011110110110101010101001100110111111101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22DE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22DE36; }

 p { color: rgb(34,222,54); }

 H1.HeaderClassName
 {
   color: #22DE36;
 }
 .AnyTagClassName
 {
   color: #22DE36;
 }
</style>
background-color css

<style>
 a { background-color: #22DE36; }

 a { background-color: rgb(34,222,54); }

 div.DivClassName
 {
   background-color: #22DE36;
 }
 .BgClassName
 {
   background-color: #22DE36;
 }
</style>
border-color css

<style>
 span { border-color: #22DE36; }

 span { border-color: rgb(34,222,54); }

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