Shades of Lime Green #22CE27
Tints of Lime Green #22CE27
RGB
CMYK
RGB Variations
Color information
#22CE27 (or 0x22CE27) is known color: Lime Green. HEX triplet: 22, CE and 27. RGB value is (34,206,39). Sum of RGB (Red+Green+Blue) = 34+206+39=279 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.19% from 279); Green value is 206 (80.86% from 255 or 73.84% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 206 - color contains mainly: green. Hex color #22CE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CE27 is #DD31D8. Grayscale: #888888. Windows color (decimal): -14496217 or 2608674. OLE color: 2608674.
HSL color Cylindrical-coordinate representation of color #22CE27: hue angle of 121.74º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CE27 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 206 | 39 | - |
| CMYK | 0.83 | 0 | 0.81 | 0.19 |
| HSL | 121.74º | 0.72% | 0.47% | - |
| HSV(B) | 121.74º | 0.83% | 0.81% | - |
| XYZ | 23.1 | 44.63 | 9.32 | - |
| YUV | 135.53 | 73.52 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 206 | 39 | 0.83 | 0 | 0.81 | 0.19 | 121.74 | 0.72 | 0.47 |
| Hex | 22 | CE | 27 | 53 | 0 | 51 | 13 | 7A | 48 | 2F |
| Octal | 42 | 316 | 47 | 123 | 0 | 121 | 23 | 172 | 110 | 57 |
| Binary | 100010 | 11001110 | 100111 | 1010011 | 0 | 1010001 | 10011 | 1111010 | 1001000 | 101111 |
Color Harmonies of #22CE27
Complementary color
Monochromatic Colors of #22CE27
Black with #22CE27
Text Example
Text Example
White with #22CE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CE27; }
p { color: rgb(34,206,39); }
H1.HeaderClassName
{
color: #22CE27;
}
.AnyTagClassName
{
color: #22CE27;
}
</style>
background-color css
<style>
a { background-color: #22CE27; }
a { background-color: rgb(34,206,39); }
div.DivClassName
{
background-color: #22CE27;
}
.BgClassName
{
background-color: #22CE27;
}
</style>
border-color css
<style>
span { border-color: #22CE27; }
span { border-color: rgb(34,206,39); }
td.TdClassName
{
border-color: #22CE27;
}
.TagClassName
{
border-color: #22CE27;
}
</style>