Shades of Lime Green #2DCE1E
Tints of Lime Green #2DCE1E
RGB
CMYK
RGB Variations
Color information
#2DCE1E (or 0x2DCE1E) is known color: Lime Green. HEX triplet: 2D, CE and 1E. RGB value is (45,206,30). Sum of RGB (Red+Green+Blue) = 45+206+30=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 206 (80.86% from 255 or 73.31% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCE1E is #D231E1. Grayscale: #8A8A8A. Windows color (decimal): -13775330 or 2018861. OLE color: 2018861.
HSL color Cylindrical-coordinate representation of color #2DCE1E: hue angle of 114.89º degrees, saturation: 0.75, 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 #2DCE1E is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 206 | 30 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.19 |
| HSL | 114.89º | 0.75% | 0.46% | - |
| HSV(B) | 114.89º | 0.85% | 0.81% | - |
| XYZ | 23.39 | 44.79 | 8.64 | - |
| YUV | 137.8 | 67.16 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 206 | 30 | 0.78 | 0 | 0.85 | 0.19 | 114.89 | 0.75 | 0.46 |
| Hex | 2D | CE | 1E | 4E | 0 | 55 | 13 | 73 | 4B | 2E |
| Octal | 55 | 316 | 36 | 116 | 0 | 125 | 23 | 163 | 113 | 56 |
| Binary | 101101 | 11001110 | 11110 | 1001110 | 0 | 1010101 | 10011 | 1110011 | 1001011 | 101110 |
Color Harmonies of #2DCE1E
Complementary color
Monochromatic Colors of #2DCE1E
Black with #2DCE1E
Text Example
Text Example
White with #2DCE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCE1E; }
p { color: rgb(45,206,30); }
H1.HeaderClassName
{
color: #2DCE1E;
}
.AnyTagClassName
{
color: #2DCE1E;
}
</style>
background-color css
<style>
a { background-color: #2DCE1E; }
a { background-color: rgb(45,206,30); }
div.DivClassName
{
background-color: #2DCE1E;
}
.BgClassName
{
background-color: #2DCE1E;
}
</style>
border-color css
<style>
span { border-color: #2DCE1E; }
span { border-color: rgb(45,206,30); }
td.TdClassName
{
border-color: #2DCE1E;
}
.TagClassName
{
border-color: #2DCE1E;
}
</style>