Shades of Lime Green #2DC34E
Tints of Lime Green #2DC34E
RGB
CMYK
RGB Variations
Color information
#2DC34E (or 0x2DC34E) is known color: Lime Green. HEX triplet: 2D, C3 and 4E. RGB value is (45,195,78). Sum of RGB (Red+Green+Blue) = 45+195+78=318 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.15% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC34E is #D23CB1. Grayscale: #898989. Windows color (decimal): -13778098 or 5161773. OLE color: 5161773.
HSL color Cylindrical-coordinate representation of color #2DC34E: hue angle of 133.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC34E is Cyan = 0.77, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 195 | 78 | - |
| CMYK | 0.77 | 0 | 0.6 | 0.24 |
| HSL | 133.2º | 0.63% | 0.47% | - |
| HSV(B) | 133.2º | 0.77% | 0.76% | - |
| XYZ | 21.97 | 40.14 | 13.8 | - |
| YUV | 136.81 | 94.81 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 195 | 78 | 0.77 | 0 | 0.6 | 0.24 | 133.2 | 0.63 | 0.47 |
| Hex | 2D | C3 | 4E | 4D | 0 | 3C | 18 | 85 | 3E | 2F |
| Octal | 55 | 303 | 116 | 115 | 0 | 74 | 30 | 205 | 76 | 57 |
| Binary | 101101 | 11000011 | 1001110 | 1001101 | 0 | 111100 | 11000 | 10000101 | 111110 | 101111 |
Color Harmonies of #2DC34E
Complementary color
Monochromatic Colors of #2DC34E
Black with #2DC34E
Text Example
Text Example
White with #2DC34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC34E; }
p { color: rgb(45,195,78); }
H1.HeaderClassName
{
color: #2DC34E;
}
.AnyTagClassName
{
color: #2DC34E;
}
</style>
background-color css
<style>
a { background-color: #2DC34E; }
a { background-color: rgb(45,195,78); }
div.DivClassName
{
background-color: #2DC34E;
}
.BgClassName
{
background-color: #2DC34E;
}
</style>
border-color css
<style>
span { border-color: #2DC34E; }
span { border-color: rgb(45,195,78); }
td.TdClassName
{
border-color: #2DC34E;
}
.TagClassName
{
border-color: #2DC34E;
}
</style>