Shades of Lime Green #13CE23
Tints of Lime Green #13CE23
RGB
CMYK
RGB Variations
Color information
#13CE23 (or 0x13CE23) is known color: Lime Green. HEX triplet: 13, CE and 23. RGB value is (19,206,35). Sum of RGB (Red+Green+Blue) = 19+206+35=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 206 (80.86% from 255 or 79.23% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CE23 is #EC31DC. Grayscale: #838383. Windows color (decimal): -15479261 or 2346515. OLE color: 2346515.
HSL color Cylindrical-coordinate representation of color #13CE23: hue angle of 125.13º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CE23 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 206 | 35 | - |
| CMYK | 0.91 | 0 | 0.83 | 0.19 |
| HSL | 125.13º | 0.83% | 0.44% | - |
| HSV(B) | 125.13º | 0.91% | 0.81% | - |
| XYZ | 22.64 | 44.4 | 8.97 | - |
| YUV | 130.59 | 74.05 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 206 | 35 | 0.91 | 0 | 0.83 | 0.19 | 125.13 | 0.83 | 0.44 |
| Hex | 13 | CE | 23 | 5B | 0 | 53 | 13 | 7D | 53 | 2C |
| Octal | 23 | 316 | 43 | 133 | 0 | 123 | 23 | 175 | 123 | 54 |
| Binary | 10011 | 11001110 | 100011 | 1011011 | 0 | 1010011 | 10011 | 1111101 | 1010011 | 101100 |
Color Harmonies of #13CE23
Complementary color
Monochromatic Colors of #13CE23
Black with #13CE23
Text Example
Text Example
White with #13CE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CE23; }
p { color: rgb(19,206,35); }
H1.HeaderClassName
{
color: #13CE23;
}
.AnyTagClassName
{
color: #13CE23;
}
</style>
background-color css
<style>
a { background-color: #13CE23; }
a { background-color: rgb(19,206,35); }
div.DivClassName
{
background-color: #13CE23;
}
.BgClassName
{
background-color: #13CE23;
}
</style>
border-color css
<style>
span { border-color: #13CE23; }
span { border-color: rgb(19,206,35); }
td.TdClassName
{
border-color: #13CE23;
}
.TagClassName
{
border-color: #13CE23;
}
</style>