Shades of Lime Green #14DF30
Tints of Lime Green #14DF30
RGB
CMYK
RGB Variations
Color information
#14DF30 (or 0x14DF30) is known color: Lime Green. HEX triplet: 14, DF and 30. RGB value is (20,223,48). Sum of RGB (Red+Green+Blue) = 20+223+48=291 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.87% from 291); Green value is 223 (87.5% from 255 or 76.63% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14DF30 is #EB20CF. Grayscale: #8E8E8E. Windows color (decimal): -15409360 or 3202836. OLE color: 3202836.
HSL color Cylindrical-coordinate representation of color #14DF30: hue angle of 128.28º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF30 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 48 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.13 |
| HSL | 128.28º | 0.84% | 0.48% | - |
| HSV(B) | 128.28º | 0.91% | 0.87% | - |
| XYZ | 27.21 | 53.14 | 11.62 | - |
| YUV | 142.35 | 74.75 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 48 | 0.91 | 0 | 0.78 | 0.13 | 128.28 | 0.84 | 0.48 |
| Hex | 14 | DF | 30 | 5B | 0 | 4E | D | 80 | 54 | 30 |
| Octal | 24 | 337 | 60 | 133 | 0 | 116 | 15 | 200 | 124 | 60 |
| Binary | 10100 | 11011111 | 110000 | 1011011 | 0 | 1001110 | 1101 | 10000000 | 1010100 | 110000 |
Color Harmonies of #14DF30
Complementary color
Monochromatic Colors of #14DF30
Black with #14DF30
Text Example
Text Example
White with #14DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF30; }
p { color: rgb(20,223,48); }
H1.HeaderClassName
{
color: #14DF30;
}
.AnyTagClassName
{
color: #14DF30;
}
</style>
background-color css
<style>
a { background-color: #14DF30; }
a { background-color: rgb(20,223,48); }
div.DivClassName
{
background-color: #14DF30;
}
.BgClassName
{
background-color: #14DF30;
}
</style>
border-color css
<style>
span { border-color: #14DF30; }
span { border-color: rgb(20,223,48); }
td.TdClassName
{
border-color: #14DF30;
}
.TagClassName
{
border-color: #14DF30;
}
</style>