Shades of Lime Green #2DCD1E
Tints of Lime Green #2DCD1E
RGB
CMYK
RGB Variations
Color information
#2DCD1E (or 0x2DCD1E) is known color: Lime Green. HEX triplet: 2D, CD and 1E. RGB value is (45,205,30). Sum of RGB (Red+Green+Blue) = 45+205+30=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 205 (80.47% from 255 or 73.21% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 205 - color contains mainly: green. Hex color #2DCD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCD1E is #D232E1. Grayscale: #898989. Windows color (decimal): -13775586 or 2018605. OLE color: 2018605.
HSL color Cylindrical-coordinate representation of color #2DCD1E: hue angle of 114.86º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2DCD1E is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 205 | 30 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.20 |
| HSL | 114.86º | 0.74% | 0.46% | - |
| HSV(B) | 114.86º | 0.85% | 0.8% | - |
| XYZ | 23.15 | 44.31 | 8.56 | - |
| YUV | 137.21 | 67.49 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 205 | 30 | 0.78 | 0 | 0.85 | 0.20 | 114.86 | 0.74 | 0.46 |
| Hex | 2D | CD | 1E | 4E | 0 | 55 | 14 | 73 | 4A | 2E |
| Octal | 55 | 315 | 36 | 116 | 0 | 125 | 24 | 163 | 112 | 56 |
| Binary | 101101 | 11001101 | 11110 | 1001110 | 0 | 1010101 | 10100 | 1110011 | 1001010 | 101110 |
Color Harmonies of #2DCD1E
Complementary color
Monochromatic Colors of #2DCD1E
Black with #2DCD1E
Text Example
Text Example
White with #2DCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCD1E; }
p { color: rgb(45,205,30); }
H1.HeaderClassName
{
color: #2DCD1E;
}
.AnyTagClassName
{
color: #2DCD1E;
}
</style>
background-color css
<style>
a { background-color: #2DCD1E; }
a { background-color: rgb(45,205,30); }
div.DivClassName
{
background-color: #2DCD1E;
}
.BgClassName
{
background-color: #2DCD1E;
}
</style>
border-color css
<style>
span { border-color: #2DCD1E; }
span { border-color: rgb(45,205,30); }
td.TdClassName
{
border-color: #2DCD1E;
}
.TagClassName
{
border-color: #2DCD1E;
}
</style>