#22CB06

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

Shades of Lime Green #22CB06

Tints of Lime Green #22CB06

Color information

#22CB06 (or 0x22CB06) is unknown color: approx Lime Green. HEX triplet: 22, CB and 06. RGB value is (34,203,6). Sum of RGB (Red+Green+Blue) = 34+203+6=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 203 (79.69% from 255 or 83.54% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 203 - color contains mainly: green. Hex color #22CB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22CB06 is #DD34F9. Grayscale: #828282. Windows color (decimal): -14497018 or 445218. OLE color: 445218.

HSL color Cylindrical-coordinate representation of color #22CB06: hue angle of 111.47º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #22CB06 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB342036-
CMYK0.8300.970.20
HSL111.47º94.26%40.98%-
HSV(B)111.47º97.04%79.61%-
XYZ22.0543.077.32-
YUV130.0158.0159.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.99%
GREEN value IS 203 (79.69% from 255) = 83.54%
BLUE value IS 6 (2.73% from 255) = 2.47%
R=13.99%
G=83.54%
B=2.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal3420360.8300.970.20111.4794.2640.98
Hex22CB653061146f5e29
Octal42313612301412415713651
Binary100010110010111101010011011000011010011011111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22CB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,203,6); }

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

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

 a { background-color: rgb(34,203,6); }

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

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

 span { border-color: rgb(34,203,6); }

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