#22D30C

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

Shades of Lime Green #22D30C

Tints of Lime Green #22D30C

Color information

#22D30C (or 0x22D30C) is unknown color: approx Lime Green. HEX triplet: 22, D3 and 0C. RGB value is (34,211,12). Sum of RGB (Red+Green+Blue) = 34+211+12=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 211 (82.81% from 255 or 82.10% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 211 - color contains mainly: green. Hex color #22D30C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D30C is #DD2CF3. Grayscale: #888888. Windows color (decimal): -14494964 or 840482. OLE color: 840482.

HSL color Cylindrical-coordinate representation of color #22D30C: hue angle of 113.37º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #22D30C is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.

Color convert

RGB3421112-
CMYK0.8400.940.17
HSL113.37º89.24%43.73%-
HSV(B)113.37º94.31%82.75%-
XYZ24.0246.968.15-
YUV135.3958.3655.68-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.23%
GREEN value IS 211 (82.81% from 255) = 82.10%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=13.23%
G=82.10%
B=4.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal34211120.8400.940.17113.3789.2443.73
Hex22D3C5405E1171592c
Octal423231412401362116113154
Binary1000101101001111001010100010111101000111100011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22D30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,211,12); }

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

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

 a { background-color: rgb(34,211,12); }

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

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

 span { border-color: rgb(34,211,12); }

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