Shades of Lime Green #14CC1B
Tints of Lime Green #14CC1B
RGB
CMYK
RGB Variations
Color information
#14CC1B (or 0x14CC1B) is known color: Lime Green. HEX triplet: 14, CC and 1B. RGB value is (20,204,27). Sum of RGB (Red+Green+Blue) = 20+204+27=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 204 (80.08% from 255 or 81.27% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CC1B is #EB33E4. Grayscale: #818181. Windows color (decimal): -15414245 or 1821716. OLE color: 1821716.
HSL color Cylindrical-coordinate representation of color #14CC1B: hue angle of 122.28º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CC1B is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 27 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.2 |
| HSL | 122.28º | 0.82% | 0.44% | - |
| HSV(B) | 122.28º | 0.9% | 0.8% | - |
| XYZ | 22.08 | 43.41 | 8.25 | - |
| YUV | 128.81 | 70.54 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 27 | 0.90 | 0 | 0.87 | 0.2 | 122.28 | 0.82 | 0.44 |
| Hex | 14 | CC | 1B | 5A | 0 | 57 | 14 | 7A | 52 | 2C |
| Octal | 24 | 314 | 33 | 132 | 0 | 127 | 24 | 172 | 122 | 54 |
| Binary | 10100 | 11001100 | 11011 | 1011010 | 0 | 1010111 | 10100 | 1111010 | 1010010 | 101100 |
Color Harmonies of #14CC1B
Complementary color
Monochromatic Colors of #14CC1B
Black with #14CC1B
Text Example
Text Example
White with #14CC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC1B; }
p { color: rgb(20,204,27); }
H1.HeaderClassName
{
color: #14CC1B;
}
.AnyTagClassName
{
color: #14CC1B;
}
</style>
background-color css
<style>
a { background-color: #14CC1B; }
a { background-color: rgb(20,204,27); }
div.DivClassName
{
background-color: #14CC1B;
}
.BgClassName
{
background-color: #14CC1B;
}
</style>
border-color css
<style>
span { border-color: #14CC1B; }
span { border-color: rgb(20,204,27); }
td.TdClassName
{
border-color: #14CC1B;
}
.TagClassName
{
border-color: #14CC1B;
}
</style>