Shades of Lime Green #14D92C
Tints of Lime Green #14D92C
RGB
CMYK
RGB Variations
Color information
#14D92C (or 0x14D92C) is known color: Lime Green. HEX triplet: 14, D9 and 2C. RGB value is (20,217,44). Sum of RGB (Red+Green+Blue) = 20+217+44=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 217 (85.16% from 255 or 77.22% from 281); Blue value is 44 (17.58% from 255 or 15.66% from 281); Max value from RGB is 217 - color contains mainly: green. Hex color #14D92C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14D92C is #EB26D3. Grayscale: #8A8A8A. Windows color (decimal): -15410900 or 2939156. OLE color: 2939156.
HSL color Cylindrical-coordinate representation of color #14D92C: hue angle of 127.31º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D92C is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 217 | 44 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.15 |
| HSL | 127.31º | 0.83% | 0.46% | - |
| HSV(B) | 127.31º | 0.91% | 0.85% | - |
| XYZ | 25.56 | 49.96 | 10.68 | - |
| YUV | 138.38 | 74.73 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 217 | 44 | 0.91 | 0 | 0.80 | 0.15 | 127.31 | 0.83 | 0.46 |
| Hex | 14 | D9 | 2C | 5B | 0 | 50 | F | 7F | 53 | 2E |
| Octal | 24 | 331 | 54 | 133 | 0 | 120 | 17 | 177 | 123 | 56 |
| Binary | 10100 | 11011001 | 101100 | 1011011 | 0 | 1010000 | 1111 | 1111111 | 1010011 | 101110 |
Color Harmonies of #14D92C
Complementary color
Monochromatic Colors of #14D92C
Black with #14D92C
Text Example
Text Example
White with #14D92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D92C; }
p { color: rgb(20,217,44); }
H1.HeaderClassName
{
color: #14D92C;
}
.AnyTagClassName
{
color: #14D92C;
}
</style>
background-color css
<style>
a { background-color: #14D92C; }
a { background-color: rgb(20,217,44); }
div.DivClassName
{
background-color: #14D92C;
}
.BgClassName
{
background-color: #14D92C;
}
</style>
border-color css
<style>
span { border-color: #14D92C; }
span { border-color: rgb(20,217,44); }
td.TdClassName
{
border-color: #14D92C;
}
.TagClassName
{
border-color: #14D92C;
}
</style>