Shades of Lime Green #2DCA1F
Tints of Lime Green #2DCA1F
RGB
CMYK
RGB Variations
Color information
#2DCA1F (or 0x2DCA1F) is known color: Lime Green. HEX triplet: 2D, CA and 1F. RGB value is (45,202,31). Sum of RGB (Red+Green+Blue) = 45+202+31=278 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.19% from 278); Green value is 202 (79.30% from 255 or 72.66% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 202 - color contains mainly: green. Hex color #2DCA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCA1F is #D235E0. Grayscale: #888888. Windows color (decimal): -13776353 or 2083373. OLE color: 2083373.
HSL color Cylindrical-coordinate representation of color #2DCA1F: hue angle of 115.09º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DCA1F is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 202 | 31 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.21 |
| HSL | 115.09º | 0.73% | 0.46% | - |
| HSV(B) | 115.09º | 0.85% | 0.79% | - |
| XYZ | 22.45 | 42.9 | 8.39 | - |
| YUV | 135.56 | 68.99 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 202 | 31 | 0.78 | 0 | 0.85 | 0.21 | 115.09 | 0.73 | 0.46 |
| Hex | 2D | CA | 1F | 4E | 0 | 55 | 15 | 73 | 49 | 2E |
| Octal | 55 | 312 | 37 | 116 | 0 | 125 | 25 | 163 | 111 | 56 |
| Binary | 101101 | 11001010 | 11111 | 1001110 | 0 | 1010101 | 10101 | 1110011 | 1001001 | 101110 |
Color Harmonies of #2DCA1F
Complementary color
Monochromatic Colors of #2DCA1F
Black with #2DCA1F
Text Example
Text Example
White with #2DCA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCA1F; }
p { color: rgb(45,202,31); }
H1.HeaderClassName
{
color: #2DCA1F;
}
.AnyTagClassName
{
color: #2DCA1F;
}
</style>
background-color css
<style>
a { background-color: #2DCA1F; }
a { background-color: rgb(45,202,31); }
div.DivClassName
{
background-color: #2DCA1F;
}
.BgClassName
{
background-color: #2DCA1F;
}
</style>
border-color css
<style>
span { border-color: #2DCA1F; }
span { border-color: rgb(45,202,31); }
td.TdClassName
{
border-color: #2DCA1F;
}
.TagClassName
{
border-color: #2DCA1F;
}
</style>