Shades of Lime Green #15CC22
Tints of Lime Green #15CC22
RGB
CMYK
RGB Variations
Color information
#15CC22 (or 0x15CC22) is known color: Lime Green. HEX triplet: 15, CC and 22. RGB value is (21,204,34). Sum of RGB (Red+Green+Blue) = 21+204+34=259 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.11% from 259); Green value is 204 (80.08% from 255 or 78.76% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 204 - color contains mainly: green. Hex color #15CC22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15CC22 is #EA33DD. Grayscale: #828282. Windows color (decimal): -15348702 or 2280469. OLE color: 2280469.
HSL color Cylindrical-coordinate representation of color #15CC22: hue angle of 124.26º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15CC22 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 21 | 204 | 34 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.2 |
| HSL | 124.26º | 0.81% | 0.44% | - |
| HSV(B) | 124.26º | 0.9% | 0.8% | - |
| XYZ | 22.19 | 43.46 | 8.73 | - |
| YUV | 129.9 | 73.87 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 204 | 34 | 0.90 | 0 | 0.83 | 0.2 | 124.26 | 0.81 | 0.44 |
| Hex | 15 | CC | 22 | 5A | 0 | 53 | 14 | 7C | 51 | 2C |
| Octal | 25 | 314 | 42 | 132 | 0 | 123 | 24 | 174 | 121 | 54 |
| Binary | 10101 | 11001100 | 100010 | 1011010 | 0 | 1010011 | 10100 | 1111100 | 1010001 | 101100 |
Color Harmonies of #15CC22
Complementary color
Monochromatic Colors of #15CC22
Black with #15CC22
Text Example
Text Example
White with #15CC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15CC22; }
p { color: rgb(21,204,34); }
H1.HeaderClassName
{
color: #15CC22;
}
.AnyTagClassName
{
color: #15CC22;
}
</style>
background-color css
<style>
a { background-color: #15CC22; }
a { background-color: rgb(21,204,34); }
div.DivClassName
{
background-color: #15CC22;
}
.BgClassName
{
background-color: #15CC22;
}
</style>
border-color css
<style>
span { border-color: #15CC22; }
span { border-color: rgb(21,204,34); }
td.TdClassName
{
border-color: #15CC22;
}
.TagClassName
{
border-color: #15CC22;
}
</style>