Shades of Lime Green #2DCE1F
Tints of Lime Green #2DCE1F
RGB
CMYK
RGB Variations
Color information
#2DCE1F (or 0x2DCE1F) is known color: Lime Green. HEX triplet: 2D, CE and 1F. RGB value is (45,206,31). Sum of RGB (Red+Green+Blue) = 45+206+31=282 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.96% from 282); Green value is 206 (80.86% from 255 or 73.05% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE1F is #D231E0. Grayscale: #8A8A8A. Windows color (decimal): -13775329 or 2084397. OLE color: 2084397.
HSL color Cylindrical-coordinate representation of color #2DCE1F: hue angle of 115.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DCE1F is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 206 | 31 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.19 |
| HSL | 115.2º | 0.74% | 0.46% | - |
| HSV(B) | 115.2º | 0.85% | 0.81% | - |
| XYZ | 23.4 | 44.8 | 8.71 | - |
| YUV | 137.91 | 67.66 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 31 | 0.78 | 0 | 0.85 | 0.19 | 115.2 | 0.74 | 0.46 |
| Hex | 2D | CE | 1F | 4E | 0 | 55 | 13 | 73 | 4A | 2E |
| Octal | 55 | 316 | 37 | 116 | 0 | 125 | 23 | 163 | 112 | 56 |
| Binary | 101101 | 11001110 | 11111 | 1001110 | 0 | 1010101 | 10011 | 1110011 | 1001010 | 101110 |
Color Harmonies of #2DCE1F
Complementary color
Monochromatic Colors of #2DCE1F
Black with #2DCE1F
Text Example
Text Example
White with #2DCE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCE1F; }
p { color: rgb(45,206,31); }
H1.HeaderClassName
{
color: #2DCE1F;
}
.AnyTagClassName
{
color: #2DCE1F;
}
</style>
background-color css
<style>
a { background-color: #2DCE1F; }
a { background-color: rgb(45,206,31); }
div.DivClassName
{
background-color: #2DCE1F;
}
.BgClassName
{
background-color: #2DCE1F;
}
</style>
border-color css
<style>
span { border-color: #2DCE1F; }
span { border-color: rgb(45,206,31); }
td.TdClassName
{
border-color: #2DCE1F;
}
.TagClassName
{
border-color: #2DCE1F;
}
</style>