Shades of Lime Green #14CF1F
Tints of Lime Green #14CF1F
RGB
CMYK
RGB Variations
Color information
#14CF1F (or 0x14CF1F) is known color: Lime Green. HEX triplet: 14, CF and 1F. RGB value is (20,207,31). Sum of RGB (Red+Green+Blue) = 20+207+31=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 207 (81.25% from 255 or 80.23% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 207 - color contains mainly: green. Hex color #14CF1F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CF1F is #EB30E0. Grayscale: #838383. Windows color (decimal): -15413473 or 2084628. OLE color: 2084628.
HSL color Cylindrical-coordinate representation of color #14CF1F: hue angle of 123.53º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CF1F is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 207 | 31 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.19 |
| HSL | 123.53º | 0.82% | 0.45% | - |
| HSV(B) | 123.53º | 0.9% | 0.81% | - |
| XYZ | 22.85 | 44.87 | 8.75 | - |
| YUV | 131.02 | 71.55 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 207 | 31 | 0.90 | 0 | 0.85 | 0.19 | 123.53 | 0.82 | 0.45 |
| Hex | 14 | CF | 1F | 5A | 0 | 55 | 13 | 7C | 52 | 2D |
| Octal | 24 | 317 | 37 | 132 | 0 | 125 | 23 | 174 | 122 | 55 |
| Binary | 10100 | 11001111 | 11111 | 1011010 | 0 | 1010101 | 10011 | 1111100 | 1010010 | 101101 |
Color Harmonies of #14CF1F
Complementary color
Monochromatic Colors of #14CF1F
Black with #14CF1F
Text Example
Text Example
White with #14CF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CF1F; }
p { color: rgb(20,207,31); }
H1.HeaderClassName
{
color: #14CF1F;
}
.AnyTagClassName
{
color: #14CF1F;
}
</style>
background-color css
<style>
a { background-color: #14CF1F; }
a { background-color: rgb(20,207,31); }
div.DivClassName
{
background-color: #14CF1F;
}
.BgClassName
{
background-color: #14CF1F;
}
</style>
border-color css
<style>
span { border-color: #14CF1F; }
span { border-color: rgb(20,207,31); }
td.TdClassName
{
border-color: #14CF1F;
}
.TagClassName
{
border-color: #14CF1F;
}
</style>