Shades of Lime Green #2DCF22
Tints of Lime Green #2DCF22
RGB
CMYK
RGB Variations
Color information
#2DCF22 (or 0x2DCF22) is known color: Lime Green. HEX triplet: 2D, CF and 22. RGB value is (45,207,34). Sum of RGB (Red+Green+Blue) = 45+207+34=286 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.73% from 286); Green value is 207 (81.25% from 255 or 72.38% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF22 is #D230DD. Grayscale: #8B8B8B. Windows color (decimal): -13775070 or 2281261. OLE color: 2281261.
HSL color Cylindrical-coordinate representation of color #2DCF22: hue angle of 116.18º degrees, saturation: 0.72, 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 #2DCF22 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 34 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.19 |
| HSL | 116.19º | 0.72% | 0.47% | - |
| HSV(B) | 116.19º | 0.84% | 0.81% | - |
| XYZ | 23.68 | 45.3 | 9.01 | - |
| YUV | 138.84 | 68.83 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 34 | 0.78 | 0 | 0.84 | 0.19 | 116.19 | 0.72 | 0.47 |
| Hex | 2D | CF | 22 | 4E | 0 | 54 | 13 | 74 | 48 | 2F |
| Octal | 55 | 317 | 42 | 116 | 0 | 124 | 23 | 164 | 110 | 57 |
| Binary | 101101 | 11001111 | 100010 | 1001110 | 0 | 1010100 | 10011 | 1110100 | 1001000 | 101111 |
Color Harmonies of #2DCF22
Complementary color
Monochromatic Colors of #2DCF22
Black with #2DCF22
Text Example
Text Example
White with #2DCF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF22; }
p { color: rgb(45,207,34); }
H1.HeaderClassName
{
color: #2DCF22;
}
.AnyTagClassName
{
color: #2DCF22;
}
</style>
background-color css
<style>
a { background-color: #2DCF22; }
a { background-color: rgb(45,207,34); }
div.DivClassName
{
background-color: #2DCF22;
}
.BgClassName
{
background-color: #2DCF22;
}
</style>
border-color css
<style>
span { border-color: #2DCF22; }
span { border-color: rgb(45,207,34); }
td.TdClassName
{
border-color: #2DCF22;
}
.TagClassName
{
border-color: #2DCF22;
}
</style>