Shades of Lime Green #14CE29
Tints of Lime Green #14CE29
RGB
CMYK
RGB Variations
Color information
#14CE29 (or 0x14CE29) is known color: Lime Green. HEX triplet: 14, CE and 29. RGB value is (20,206,41). Sum of RGB (Red+Green+Blue) = 20+206+41=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 206 (80.86% from 255 or 77.15% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE29 is #EB31D6. Grayscale: #848484. Windows color (decimal): -15413719 or 2739732. OLE color: 2739732.
HSL color Cylindrical-coordinate representation of color #14CE29: hue angle of 126.77º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE29 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 41 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.19 |
| HSL | 126.77º | 0.82% | 0.44% | - |
| HSV(B) | 126.77º | 0.9% | 0.81% | - |
| XYZ | 22.76 | 44.45 | 9.48 | - |
| YUV | 131.58 | 76.88 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 41 | 0.90 | 0 | 0.80 | 0.19 | 126.77 | 0.82 | 0.44 |
| Hex | 14 | CE | 29 | 5A | 0 | 50 | 13 | 7F | 52 | 2C |
| Octal | 24 | 316 | 51 | 132 | 0 | 120 | 23 | 177 | 122 | 54 |
| Binary | 10100 | 11001110 | 101001 | 1011010 | 0 | 1010000 | 10011 | 1111111 | 1010010 | 101100 |
Color Harmonies of #14CE29
Complementary color
Monochromatic Colors of #14CE29
Black with #14CE29
Text Example
Text Example
White with #14CE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE29; }
p { color: rgb(20,206,41); }
H1.HeaderClassName
{
color: #14CE29;
}
.AnyTagClassName
{
color: #14CE29;
}
</style>
background-color css
<style>
a { background-color: #14CE29; }
a { background-color: rgb(20,206,41); }
div.DivClassName
{
background-color: #14CE29;
}
.BgClassName
{
background-color: #14CE29;
}
</style>
border-color css
<style>
span { border-color: #14CE29; }
span { border-color: rgb(20,206,41); }
td.TdClassName
{
border-color: #14CE29;
}
.TagClassName
{
border-color: #14CE29;
}
</style>