Shades of Lime Green #2DCF14
Tints of Lime Green #2DCF14
RGB
CMYK
RGB Variations
Color information
#2DCF14 (or 0x2DCF14) is known color: Lime Green. HEX triplet: 2D, CF and 14. RGB value is (45,207,20). Sum of RGB (Red+Green+Blue) = 45+207+20=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 207 (81.25% from 255 or 76.10% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCF14 is #D230EB. Grayscale: #898989. Windows color (decimal): -13775084 or 1363757. OLE color: 1363757.
HSL color Cylindrical-coordinate representation of color #2DCF14: hue angle of 111.98º 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 #2DCF14 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 20 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.19 |
| HSL | 111.98º | 0.82% | 0.45% | - |
| HSV(B) | 111.98º | 0.9% | 0.81% | - |
| XYZ | 23.52 | 45.23 | 8.15 | - |
| YUV | 137.24 | 61.83 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 20 | 0.78 | 0 | 0.90 | 0.19 | 111.98 | 0.82 | 0.45 |
| Hex | 2D | CF | 14 | 4E | 0 | 5A | 13 | 70 | 52 | 2D |
| Octal | 55 | 317 | 24 | 116 | 0 | 132 | 23 | 160 | 122 | 55 |
| Binary | 101101 | 11001111 | 10100 | 1001110 | 0 | 1011010 | 10011 | 1110000 | 1010010 | 101101 |
Color Harmonies of #2DCF14
Complementary color
Monochromatic Colors of #2DCF14
Black with #2DCF14
Text Example
Text Example
White with #2DCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF14; }
p { color: rgb(45,207,20); }
H1.HeaderClassName
{
color: #2DCF14;
}
.AnyTagClassName
{
color: #2DCF14;
}
</style>
background-color css
<style>
a { background-color: #2DCF14; }
a { background-color: rgb(45,207,20); }
div.DivClassName
{
background-color: #2DCF14;
}
.BgClassName
{
background-color: #2DCF14;
}
</style>
border-color css
<style>
span { border-color: #2DCF14; }
span { border-color: rgb(45,207,20); }
td.TdClassName
{
border-color: #2DCF14;
}
.TagClassName
{
border-color: #2DCF14;
}
</style>