Shades of Lime Green #13CB22
Tints of Lime Green #13CB22
RGB
CMYK
RGB Variations
Color information
#13CB22 (or 0x13CB22) is known color: Lime Green. HEX triplet: 13, CB and 22. RGB value is (19,203,34). Sum of RGB (Red+Green+Blue) = 19+203+34=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 203 (79.69% from 255 or 79.30% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB22 is #EC34DD. Grayscale: #818181. Windows color (decimal): -15480030 or 2280211. OLE color: 2280211.
HSL color Cylindrical-coordinate representation of color #13CB22: hue angle of 124.89º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB22 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 203 | 34 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.20 |
| HSL | 124.89º | 0.83% | 0.44% | - |
| HSV(B) | 124.89º | 0.91% | 0.8% | - |
| XYZ | 21.91 | 42.97 | 8.65 | - |
| YUV | 128.72 | 74.54 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 34 | 0.91 | 0 | 0.83 | 0.20 | 124.89 | 0.83 | 0.44 |
| Hex | 13 | CB | 22 | 5B | 0 | 53 | 14 | 7D | 53 | 2C |
| Octal | 23 | 313 | 42 | 133 | 0 | 123 | 24 | 175 | 123 | 54 |
| Binary | 10011 | 11001011 | 100010 | 1011011 | 0 | 1010011 | 10100 | 1111101 | 1010011 | 101100 |
Color Harmonies of #13CB22
Complementary color
Monochromatic Colors of #13CB22
Black with #13CB22
Text Example
Text Example
White with #13CB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CB22; }
p { color: rgb(19,203,34); }
H1.HeaderClassName
{
color: #13CB22;
}
.AnyTagClassName
{
color: #13CB22;
}
</style>
background-color css
<style>
a { background-color: #13CB22; }
a { background-color: rgb(19,203,34); }
div.DivClassName
{
background-color: #13CB22;
}
.BgClassName
{
background-color: #13CB22;
}
</style>
border-color css
<style>
span { border-color: #13CB22; }
span { border-color: rgb(19,203,34); }
td.TdClassName
{
border-color: #13CB22;
}
.TagClassName
{
border-color: #13CB22;
}
</style>