Shades of Lime Green #14CB1B
Tints of Lime Green #14CB1B
RGB
CMYK
RGB Variations
Color information
#14CB1B (or 0x14CB1B) is known color: Lime Green. HEX triplet: 14, CB and 1B. RGB value is (20,203,27). Sum of RGB (Red+Green+Blue) = 20+203+27=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 203 (79.69% from 255 or 81.2% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CB1B is #EB34E4. Grayscale: #808080. Windows color (decimal): -15414501 or 1821460. OLE color: 1821460.
HSL color Cylindrical-coordinate representation of color #14CB1B: hue angle of 122.3º 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 #14CB1B is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 27 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.20 |
| HSL | 122.3º | 0.82% | 0.44% | - |
| HSV(B) | 122.3º | 0.9% | 0.8% | - |
| XYZ | 21.84 | 42.94 | 8.17 | - |
| YUV | 128.22 | 70.87 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 27 | 0.90 | 0 | 0.87 | 0.20 | 122.3 | 0.82 | 0.44 |
| Hex | 14 | CB | 1B | 5A | 0 | 57 | 14 | 7A | 52 | 2C |
| Octal | 24 | 313 | 33 | 132 | 0 | 127 | 24 | 172 | 122 | 54 |
| Binary | 10100 | 11001011 | 11011 | 1011010 | 0 | 1010111 | 10100 | 1111010 | 1010010 | 101100 |
Color Harmonies of #14CB1B
Complementary color
Monochromatic Colors of #14CB1B
Black with #14CB1B
Text Example
Text Example
White with #14CB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB1B; }
p { color: rgb(20,203,27); }
H1.HeaderClassName
{
color: #14CB1B;
}
.AnyTagClassName
{
color: #14CB1B;
}
</style>
background-color css
<style>
a { background-color: #14CB1B; }
a { background-color: rgb(20,203,27); }
div.DivClassName
{
background-color: #14CB1B;
}
.BgClassName
{
background-color: #14CB1B;
}
</style>
border-color css
<style>
span { border-color: #14CB1B; }
span { border-color: rgb(20,203,27); }
td.TdClassName
{
border-color: #14CB1B;
}
.TagClassName
{
border-color: #14CB1B;
}
</style>