Shades of Lime Green #2DCB22
Tints of Lime Green #2DCB22
RGB
CMYK
RGB Variations
Color information
#2DCB22 (or 0x2DCB22) is known color: Lime Green. HEX triplet: 2D, CB and 22. RGB value is (45,203,34). Sum of RGB (Red+Green+Blue) = 45+203+34=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 203 (79.69% from 255 or 71.99% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCB22 is #D234DD. Grayscale: #898989. Windows color (decimal): -13776094 or 2280237. OLE color: 2280237.
HSL color Cylindrical-coordinate representation of color #2DCB22: hue angle of 116.09º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DCB22 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 203 | 34 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.20 |
| HSL | 116.09º | 0.71% | 0.46% | - |
| HSV(B) | 116.09º | 0.83% | 0.8% | - |
| XYZ | 22.73 | 43.39 | 8.69 | - |
| YUV | 136.49 | 70.15 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 34 | 0.78 | 0 | 0.83 | 0.20 | 116.09 | 0.71 | 0.46 |
| Hex | 2D | CB | 22 | 4E | 0 | 53 | 14 | 74 | 47 | 2E |
| Octal | 55 | 313 | 42 | 116 | 0 | 123 | 24 | 164 | 107 | 56 |
| Binary | 101101 | 11001011 | 100010 | 1001110 | 0 | 1010011 | 10100 | 1110100 | 1000111 | 101110 |
Color Harmonies of #2DCB22
Complementary color
Monochromatic Colors of #2DCB22
Black with #2DCB22
Text Example
Text Example
White with #2DCB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCB22; }
p { color: rgb(45,203,34); }
H1.HeaderClassName
{
color: #2DCB22;
}
.AnyTagClassName
{
color: #2DCB22;
}
</style>
background-color css
<style>
a { background-color: #2DCB22; }
a { background-color: rgb(45,203,34); }
div.DivClassName
{
background-color: #2DCB22;
}
.BgClassName
{
background-color: #2DCB22;
}
</style>
border-color css
<style>
span { border-color: #2DCB22; }
span { border-color: rgb(45,203,34); }
td.TdClassName
{
border-color: #2DCB22;
}
.TagClassName
{
border-color: #2DCB22;
}
</style>