Shades of Lime Green #13C91E
Tints of Lime Green #13C91E
RGB
CMYK
RGB Variations
Color information
#13C91E (or 0x13C91E) is known color: Lime Green. HEX triplet: 13, C9 and 1E. RGB value is (19,201,30). Sum of RGB (Red+Green+Blue) = 19+201+30=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 201 (78.91% from 255 or 80.4% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 201 - color contains mainly: green. Hex color #13C91E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C91E is #EC36E1. Grayscale: #7F7F7F. Windows color (decimal): -15480546 or 2017555. OLE color: 2017555.
HSL color Cylindrical-coordinate representation of color #13C91E: hue angle of 123.63º 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 #13C91E is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 201 | 30 | - |
| CMYK | 0.91 | 0 | 0.85 | 0.21 |
| HSL | 123.63º | 0.83% | 0.43% | - |
| HSV(B) | 123.63º | 0.91% | 0.79% | - |
| XYZ | 21.39 | 42.01 | 8.21 | - |
| YUV | 127.09 | 73.2 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 201 | 30 | 0.91 | 0 | 0.85 | 0.21 | 123.63 | 0.83 | 0.43 |
| Hex | 13 | C9 | 1E | 5B | 0 | 55 | 15 | 7C | 53 | 2B |
| Octal | 23 | 311 | 36 | 133 | 0 | 125 | 25 | 174 | 123 | 53 |
| Binary | 10011 | 11001001 | 11110 | 1011011 | 0 | 1010101 | 10101 | 1111100 | 1010011 | 101011 |
Color Harmonies of #13C91E
Complementary color
Monochromatic Colors of #13C91E
Black with #13C91E
Text Example
Text Example
White with #13C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C91E; }
p { color: rgb(19,201,30); }
H1.HeaderClassName
{
color: #13C91E;
}
.AnyTagClassName
{
color: #13C91E;
}
</style>
background-color css
<style>
a { background-color: #13C91E; }
a { background-color: rgb(19,201,30); }
div.DivClassName
{
background-color: #13C91E;
}
.BgClassName
{
background-color: #13C91E;
}
</style>
border-color css
<style>
span { border-color: #13C91E; }
span { border-color: rgb(19,201,30); }
td.TdClassName
{
border-color: #13C91E;
}
.TagClassName
{
border-color: #13C91E;
}
</style>