Shades of Lime Green #14D41B
Tints of Lime Green #14D41B
RGB
CMYK
RGB Variations
Color information
#14D41B (or 0x14D41B) is known color: Lime Green. HEX triplet: 14, D4 and 1B. RGB value is (20,212,27). Sum of RGB (Red+Green+Blue) = 20+212+27=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 212 (83.20% from 255 or 81.85% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 212 - color contains mainly: green. Hex color #14D41B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D41B is #EB2BE4. Grayscale: #868686. Windows color (decimal): -15412197 or 1823764. OLE color: 1823764.
HSL color Cylindrical-coordinate representation of color #14D41B: hue angle of 122.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D41B is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 20 | 212 | 27 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.17 |
| HSL | 122.19º | 0.83% | 0.45% | - |
| HSV(B) | 122.19º | 0.91% | 0.83% | - |
| XYZ | 24.03 | 47.31 | 8.9 | - |
| YUV | 133.5 | 67.89 | 47.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 212 | 27 | 0.91 | 0 | 0.87 | 0.17 | 122.19 | 0.83 | 0.45 |
| Hex | 14 | D4 | 1B | 5B | 0 | 57 | 11 | 7A | 53 | 2D |
| Octal | 24 | 324 | 33 | 133 | 0 | 127 | 21 | 172 | 123 | 55 |
| Binary | 10100 | 11010100 | 11011 | 1011011 | 0 | 1010111 | 10001 | 1111010 | 1010011 | 101101 |
Color Harmonies of #14D41B
Complementary color
Monochromatic Colors of #14D41B
Black with #14D41B
Text Example
Text Example
White with #14D41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D41B; }
p { color: rgb(20,212,27); }
H1.HeaderClassName
{
color: #14D41B;
}
.AnyTagClassName
{
color: #14D41B;
}
</style>
background-color css
<style>
a { background-color: #14D41B; }
a { background-color: rgb(20,212,27); }
div.DivClassName
{
background-color: #14D41B;
}
.BgClassName
{
background-color: #14D41B;
}
</style>
border-color css
<style>
span { border-color: #14D41B; }
span { border-color: rgb(20,212,27); }
td.TdClassName
{
border-color: #14D41B;
}
.TagClassName
{
border-color: #14D41B;
}
</style>