#22D816

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

Shades of Lime Green #22D816

Tints of Lime Green #22D816

Color information

#22D816 (or 0x22D816) is unknown color: approx Lime Green. HEX triplet: 22, D8 and 16. RGB value is (34,216,22). Sum of RGB (Red+Green+Blue) = 34+216+22=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 216 (84.77% from 255 or 79.41% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 216 - color contains mainly: green. Hex color #22D816 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D816 is #DD27E9. Grayscale: #8C8C8C. Windows color (decimal): -14493674 or 1497122. OLE color: 1497122.

HSL color Cylindrical-coordinate representation of color #22D816: hue angle of 116.29º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22D816 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB3421622-
CMYK0.8400.900.15
HSL116.29º81.51%46.67%-
HSV(B)116.29º89.81%84.71%-
XYZ25.3649.518.98-
YUV139.4761.752.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.5%
GREEN value IS 216 (84.77% from 255) = 79.41%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=12.5%
G=79.41%
B=8.09%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal34216220.8400.900.15116.2981.5146.67
Hex22D8165405AF74522f
Octal423302612401321716412257
Binary1000101101100010110101010001011010111111101001010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22D816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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