Shades of Lime Green #2DCF18
Tints of Lime Green #2DCF18
RGB
CMYK
RGB Variations
Color information
#2DCF18 (or 0x2DCF18) is known color: Lime Green. HEX triplet: 2D, CF and 18. RGB value is (45,207,24). Sum of RGB (Red+Green+Blue) = 45+207+24=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 207 (81.25% from 255 or 75% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2DCF18 is #D230E7. Grayscale: #8A8A8A. Windows color (decimal): -13775080 or 1625901. OLE color: 1625901.
HSL color Cylindrical-coordinate representation of color #2DCF18: hue angle of 113.11º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2DCF18 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 24 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.19 |
| HSL | 113.11º | 0.79% | 0.45% | - |
| HSV(B) | 113.11º | 0.88% | 0.81% | - |
| XYZ | 23.56 | 45.25 | 8.36 | - |
| YUV | 137.7 | 63.83 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 24 | 0.78 | 0 | 0.88 | 0.19 | 113.11 | 0.79 | 0.45 |
| Hex | 2D | CF | 18 | 4E | 0 | 58 | 13 | 71 | 4F | 2D |
| Octal | 55 | 317 | 30 | 116 | 0 | 130 | 23 | 161 | 117 | 55 |
| Binary | 101101 | 11001111 | 11000 | 1001110 | 0 | 1011000 | 10011 | 1110001 | 1001111 | 101101 |
Color Harmonies of #2DCF18
Complementary color
Monochromatic Colors of #2DCF18
Black with #2DCF18
Text Example
Text Example
White with #2DCF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF18; }
p { color: rgb(45,207,24); }
H1.HeaderClassName
{
color: #2DCF18;
}
.AnyTagClassName
{
color: #2DCF18;
}
</style>
background-color css
<style>
a { background-color: #2DCF18; }
a { background-color: rgb(45,207,24); }
div.DivClassName
{
background-color: #2DCF18;
}
.BgClassName
{
background-color: #2DCF18;
}
</style>
border-color css
<style>
span { border-color: #2DCF18; }
span { border-color: rgb(45,207,24); }
td.TdClassName
{
border-color: #2DCF18;
}
.TagClassName
{
border-color: #2DCF18;
}
</style>