Shades of Lime Green #2DCB21
Tints of Lime Green #2DCB21
RGB
CMYK
RGB Variations
Color information
#2DCB21 (or 0x2DCB21) is known color: Lime Green. HEX triplet: 2D, CB and 21. RGB value is (45,203,33). Sum of RGB (Red+Green+Blue) = 45+203+33=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 203 (79.69% from 255 or 72.24% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCB21 is #D234DE. Grayscale: #888888. Windows color (decimal): -13776095 or 2214701. OLE color: 2214701.
HSL color Cylindrical-coordinate representation of color #2DCB21: hue angle of 115.76º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DCB21 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 203 | 33 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.20 |
| HSL | 115.76º | 0.72% | 0.46% | - |
| HSV(B) | 115.76º | 0.84% | 0.8% | - |
| XYZ | 22.71 | 43.38 | 8.61 | - |
| YUV | 136.38 | 69.65 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 33 | 0.78 | 0 | 0.84 | 0.20 | 115.76 | 0.72 | 0.46 |
| Hex | 2D | CB | 21 | 4E | 0 | 54 | 14 | 74 | 48 | 2E |
| Octal | 55 | 313 | 41 | 116 | 0 | 124 | 24 | 164 | 110 | 56 |
| Binary | 101101 | 11001011 | 100001 | 1001110 | 0 | 1010100 | 10100 | 1110100 | 1001000 | 101110 |
Color Harmonies of #2DCB21
Complementary color
Monochromatic Colors of #2DCB21
Black with #2DCB21
Text Example
Text Example
White with #2DCB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCB21; }
p { color: rgb(45,203,33); }
H1.HeaderClassName
{
color: #2DCB21;
}
.AnyTagClassName
{
color: #2DCB21;
}
</style>
background-color css
<style>
a { background-color: #2DCB21; }
a { background-color: rgb(45,203,33); }
div.DivClassName
{
background-color: #2DCB21;
}
.BgClassName
{
background-color: #2DCB21;
}
</style>
border-color css
<style>
span { border-color: #2DCB21; }
span { border-color: rgb(45,203,33); }
td.TdClassName
{
border-color: #2DCB21;
}
.TagClassName
{
border-color: #2DCB21;
}
</style>