Shades of Lime Green #13CA1E
Tints of Lime Green #13CA1E
RGB
CMYK
RGB Variations
Color information
#13CA1E (or 0x13CA1E) is known color: Lime Green. HEX triplet: 13, CA and 1E. RGB value is (19,202,30). Sum of RGB (Red+Green+Blue) = 19+202+30=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 202 (79.30% from 255 or 80.48% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 202 - color contains mainly: green. Hex color #13CA1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CA1E is #EC35E1. Grayscale: #808080. Windows color (decimal): -15480290 or 2017811. OLE color: 2017811.
HSL color Cylindrical-coordinate representation of color #13CA1E: hue angle of 123.61º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CA1E is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 202 | 30 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.21 |
| HSL | 123.61º | 0.83% | 0.43% | - |
| HSV(B) | 123.61º | 0.91% | 0.79% | - |
| XYZ | 21.62 | 42.47 | 8.29 | - |
| YUV | 127.68 | 72.87 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 202 | 30 | 0.91 | 0 | 0.85 | 0.21 | 123.61 | 0.83 | 0.43 |
| Hex | 13 | CA | 1E | 5B | 0 | 55 | 15 | 7C | 53 | 2B |
| Octal | 23 | 312 | 36 | 133 | 0 | 125 | 25 | 174 | 123 | 53 |
| Binary | 10011 | 11001010 | 11110 | 1011011 | 0 | 1010101 | 10101 | 1111100 | 1010011 | 101011 |
Color Harmonies of #13CA1E
Complementary color
Monochromatic Colors of #13CA1E
Black with #13CA1E
Text Example
Text Example
White with #13CA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CA1E; }
p { color: rgb(19,202,30); }
H1.HeaderClassName
{
color: #13CA1E;
}
.AnyTagClassName
{
color: #13CA1E;
}
</style>
background-color css
<style>
a { background-color: #13CA1E; }
a { background-color: rgb(19,202,30); }
div.DivClassName
{
background-color: #13CA1E;
}
.BgClassName
{
background-color: #13CA1E;
}
</style>
border-color css
<style>
span { border-color: #13CA1E; }
span { border-color: rgb(19,202,30); }
td.TdClassName
{
border-color: #13CA1E;
}
.TagClassName
{
border-color: #13CA1E;
}
</style>