Shades of Lime Green #2DCF16
Tints of Lime Green #2DCF16
RGB
CMYK
RGB Variations
Color information
#2DCF16 (or 0x2DCF16) is known color: Lime Green. HEX triplet: 2D, CF and 16. RGB value is (45,207,22). Sum of RGB (Red+Green+Blue) = 45+207+22=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCF16 is #D230E9. Grayscale: #8A8A8A. Windows color (decimal): -13775082 or 1494829. OLE color: 1494829.
HSL color Cylindrical-coordinate representation of color #2DCF16: hue angle of 112.54º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2DCF16 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 22 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.19 |
| HSL | 112.54º | 0.81% | 0.45% | - |
| HSV(B) | 112.54º | 0.89% | 0.81% | - |
| XYZ | 23.54 | 45.24 | 8.25 | - |
| YUV | 137.47 | 62.83 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 22 | 0.78 | 0 | 0.89 | 0.19 | 112.54 | 0.81 | 0.45 |
| Hex | 2D | CF | 16 | 4E | 0 | 59 | 13 | 71 | 51 | 2D |
| Octal | 55 | 317 | 26 | 116 | 0 | 131 | 23 | 161 | 121 | 55 |
| Binary | 101101 | 11001111 | 10110 | 1001110 | 0 | 1011001 | 10011 | 1110001 | 1010001 | 101101 |
Color Harmonies of #2DCF16
Complementary color
Monochromatic Colors of #2DCF16
Black with #2DCF16
Text Example
Text Example
White with #2DCF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF16; }
p { color: rgb(45,207,22); }
H1.HeaderClassName
{
color: #2DCF16;
}
.AnyTagClassName
{
color: #2DCF16;
}
</style>
background-color css
<style>
a { background-color: #2DCF16; }
a { background-color: rgb(45,207,22); }
div.DivClassName
{
background-color: #2DCF16;
}
.BgClassName
{
background-color: #2DCF16;
}
</style>
border-color css
<style>
span { border-color: #2DCF16; }
span { border-color: rgb(45,207,22); }
td.TdClassName
{
border-color: #2DCF16;
}
.TagClassName
{
border-color: #2DCF16;
}
</style>