Shades of Lime Green #2DCB18
Tints of Lime Green #2DCB18
RGB
CMYK
RGB Variations
Color information
#2DCB18 (or 0x2DCB18) is known color: Lime Green. HEX triplet: 2D, CB and 18. RGB value is (45,203,24). Sum of RGB (Red+Green+Blue) = 45+203+24=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 203 (79.69% from 255 or 74.63% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCB18 is #D234E7. Grayscale: #878787. Windows color (decimal): -13776104 or 1624877. OLE color: 1624877.
HSL color Cylindrical-coordinate representation of color #2DCB18: hue angle of 112.96º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DCB18 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 203 | 24 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.20 |
| HSL | 112.96º | 0.79% | 0.45% | - |
| HSV(B) | 112.96º | 0.88% | 0.8% | - |
| XYZ | 22.6 | 43.34 | 8.04 | - |
| YUV | 135.35 | 65.15 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 24 | 0.78 | 0 | 0.88 | 0.20 | 112.96 | 0.79 | 0.45 |
| Hex | 2D | CB | 18 | 4E | 0 | 58 | 14 | 71 | 4F | 2D |
| Octal | 55 | 313 | 30 | 116 | 0 | 130 | 24 | 161 | 117 | 55 |
| Binary | 101101 | 11001011 | 11000 | 1001110 | 0 | 1011000 | 10100 | 1110001 | 1001111 | 101101 |
Color Harmonies of #2DCB18
Complementary color
Monochromatic Colors of #2DCB18
Black with #2DCB18
Text Example
Text Example
White with #2DCB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCB18; }
p { color: rgb(45,203,24); }
H1.HeaderClassName
{
color: #2DCB18;
}
.AnyTagClassName
{
color: #2DCB18;
}
</style>
background-color css
<style>
a { background-color: #2DCB18; }
a { background-color: rgb(45,203,24); }
div.DivClassName
{
background-color: #2DCB18;
}
.BgClassName
{
background-color: #2DCB18;
}
</style>
border-color css
<style>
span { border-color: #2DCB18; }
span { border-color: rgb(45,203,24); }
td.TdClassName
{
border-color: #2DCB18;
}
.TagClassName
{
border-color: #2DCB18;
}
</style>