#22E12C

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

Shades of Lime Green #22E12C

Tints of Lime Green #22E12C

Color information

#22E12C (or 0x22E12C) is unknown color: approx Lime Green. HEX triplet: 22, E1 and 2C. RGB value is (34,225,44). Sum of RGB (Red+Green+Blue) = 34+225+44=303 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.22% from 303); Green value is 225 (88.28% from 255 or 74.26% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 225 - color contains mainly: green. Hex color #22E12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22E12C is #DD1ED3. Grayscale: #939393. Windows color (decimal): -14491348 or 2941218. OLE color: 2941218.

HSL color Cylindrical-coordinate representation of color #22E12C: hue angle of 123.14º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E12C is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB3422544-
CMYK0.8500.800.12
HSL123.14º76.1%50.78%-
HSV(B)123.14º84.89%88.24%-
XYZ28.0454.3711.4-
YUV147.2669.7247.22-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 11.22%
GREEN value IS 225 (88.28% from 255) = 74.26%
BLUE value IS 44 (17.58% from 255) = 14.52%
R=11.22%
G=74.26%
B=14.52%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal34225440.8500.800.12123.1476.150.78
Hex22E12C55050C7b4c33
Octal423415412501201417311463
Binary10001011100001101100101010101010000110011110111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22E12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,225,44); }

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

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

 a { background-color: rgb(34,225,44); }

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

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

 span { border-color: rgb(34,225,44); }

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