Shades of Lime Green #14C91E
Tints of Lime Green #14C91E
RGB
CMYK
RGB Variations
Color information
#14C91E (or 0x14C91E) is known color: Lime Green. HEX triplet: 14, C9 and 1E. RGB value is (20,201,30). Sum of RGB (Red+Green+Blue) = 20+201+30=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 201 (78.91% from 255 or 80.08% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 201 - color contains mainly: green. Hex color #14C91E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C91E is #EB36E1. Grayscale: #7F7F7F. Windows color (decimal): -15415010 or 2017556. OLE color: 2017556.
HSL color Cylindrical-coordinate representation of color #14C91E: hue angle of 123.31º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C91E is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 201 | 30 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.21 |
| HSL | 123.31º | 0.82% | 0.43% | - |
| HSV(B) | 123.31º | 0.9% | 0.79% | - |
| XYZ | 21.41 | 42.02 | 8.21 | - |
| YUV | 127.39 | 73.03 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 201 | 30 | 0.90 | 0 | 0.85 | 0.21 | 123.31 | 0.82 | 0.43 |
| Hex | 14 | C9 | 1E | 5A | 0 | 55 | 15 | 7B | 52 | 2B |
| Octal | 24 | 311 | 36 | 132 | 0 | 125 | 25 | 173 | 122 | 53 |
| Binary | 10100 | 11001001 | 11110 | 1011010 | 0 | 1010101 | 10101 | 1111011 | 1010010 | 101011 |
Color Harmonies of #14C91E
Complementary color
Monochromatic Colors of #14C91E
Black with #14C91E
Text Example
Text Example
White with #14C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C91E; }
p { color: rgb(20,201,30); }
H1.HeaderClassName
{
color: #14C91E;
}
.AnyTagClassName
{
color: #14C91E;
}
</style>
background-color css
<style>
a { background-color: #14C91E; }
a { background-color: rgb(20,201,30); }
div.DivClassName
{
background-color: #14C91E;
}
.BgClassName
{
background-color: #14C91E;
}
</style>
border-color css
<style>
span { border-color: #14C91E; }
span { border-color: rgb(20,201,30); }
td.TdClassName
{
border-color: #14C91E;
}
.TagClassName
{
border-color: #14C91E;
}
</style>