Shades of Lime Green #2DCF21
Tints of Lime Green #2DCF21
RGB
CMYK
RGB Variations
Color information
#2DCF21 (or 0x2DCF21) is known color: Lime Green. HEX triplet: 2D, CF and 21. RGB value is (45,207,33). Sum of RGB (Red+Green+Blue) = 45+207+33=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 207 (81.25% from 255 or 72.63% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF21 is #D230DE. Grayscale: #8B8B8B. Windows color (decimal): -13775071 or 2215725. OLE color: 2215725.
HSL color Cylindrical-coordinate representation of color #2DCF21: hue angle of 115.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DCF21 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 33 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.19 |
| HSL | 115.86º | 0.73% | 0.47% | - |
| HSV(B) | 115.86º | 0.84% | 0.81% | - |
| XYZ | 23.67 | 45.29 | 8.93 | - |
| YUV | 138.73 | 68.33 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 33 | 0.78 | 0 | 0.84 | 0.19 | 115.86 | 0.73 | 0.47 |
| Hex | 2D | CF | 21 | 4E | 0 | 54 | 13 | 74 | 48 | 2F |
| Octal | 55 | 317 | 41 | 116 | 0 | 124 | 23 | 164 | 110 | 57 |
| Binary | 101101 | 11001111 | 100001 | 1001110 | 0 | 1010100 | 10011 | 1110100 | 1001000 | 101111 |
Color Harmonies of #2DCF21
Complementary color
Monochromatic Colors of #2DCF21
Black with #2DCF21
Text Example
Text Example
White with #2DCF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF21; }
p { color: rgb(45,207,33); }
H1.HeaderClassName
{
color: #2DCF21;
}
.AnyTagClassName
{
color: #2DCF21;
}
</style>
background-color css
<style>
a { background-color: #2DCF21; }
a { background-color: rgb(45,207,33); }
div.DivClassName
{
background-color: #2DCF21;
}
.BgClassName
{
background-color: #2DCF21;
}
</style>
border-color css
<style>
span { border-color: #2DCF21; }
span { border-color: rgb(45,207,33); }
td.TdClassName
{
border-color: #2DCF21;
}
.TagClassName
{
border-color: #2DCF21;
}
</style>