Shades of Lime Green #2DCF3E
Tints of Lime Green #2DCF3E
RGB
CMYK
RGB Variations
Color information
#2DCF3E (or 0x2DCF3E) is known color: Lime Green. HEX triplet: 2D, CF and 3E. RGB value is (45,207,62). Sum of RGB (Red+Green+Blue) = 45+207+62=314 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.33% from 314); Green value is 207 (81.25% from 255 or 65.92% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 207 - color contains mainly: green. Hex color #2DCF3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DCF3E is #D230C1. Grayscale: #8E8E8E. Windows color (decimal): -13775042 or 4116269. OLE color: 4116269.
HSL color Cylindrical-coordinate representation of color #2DCF3E: hue angle of 126.3º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCF3E is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 207 | 62 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.19 |
| HSL | 126.3º | 0.64% | 0.49% | - |
| HSV(B) | 126.3º | 0.78% | 0.81% | - |
| XYZ | 24.26 | 45.53 | 12.07 | - |
| YUV | 142.03 | 82.83 | 58.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 207 | 62 | 0.78 | 0 | 0.70 | 0.19 | 126.3 | 0.64 | 0.49 |
| Hex | 2D | CF | 3E | 4E | 0 | 46 | 13 | 7E | 40 | 31 |
| Octal | 55 | 317 | 76 | 116 | 0 | 106 | 23 | 176 | 100 | 61 |
| Binary | 101101 | 11001111 | 111110 | 1001110 | 0 | 1000110 | 10011 | 1111110 | 1000000 | 110001 |
Color Harmonies of #2DCF3E
Complementary color
Monochromatic Colors of #2DCF3E
Black with #2DCF3E
Text Example
Text Example
White with #2DCF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCF3E; }
p { color: rgb(45,207,62); }
H1.HeaderClassName
{
color: #2DCF3E;
}
.AnyTagClassName
{
color: #2DCF3E;
}
</style>
background-color css
<style>
a { background-color: #2DCF3E; }
a { background-color: rgb(45,207,62); }
div.DivClassName
{
background-color: #2DCF3E;
}
.BgClassName
{
background-color: #2DCF3E;
}
</style>
border-color css
<style>
span { border-color: #2DCF3E; }
span { border-color: rgb(45,207,62); }
td.TdClassName
{
border-color: #2DCF3E;
}
.TagClassName
{
border-color: #2DCF3E;
}
</style>