Shades of Lime Green #2DF42E
Tints of Lime Green #2DF42E
RGB
CMYK
RGB Variations
Color information
#2DF42E (or 0x2DF42E) is known color: Lime Green. HEX triplet: 2D, F4 and 2E. RGB value is (45,244,46). Sum of RGB (Red+Green+Blue) = 45+244+46=335 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.43% from 335); Green value is 244 (95.70% from 255 or 72.84% from 335); Blue value is 46 (18.36% from 255 or 13.73% from 335); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF42E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF42E is #D20BD1. Grayscale: #A2A2A2. Windows color (decimal): -13765586 or 3077165. OLE color: 3077165.
HSL color Cylindrical-coordinate representation of color #2DF42E: hue angle of 120.3º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF42E is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 244 | 46 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.04 |
| HSL | 120.3º | 0.9% | 0.57% | - |
| HSV(B) | 120.3º | 0.82% | 0.96% | - |
| XYZ | 33.93 | 65.46 | 13.43 | - |
| YUV | 161.93 | 62.57 | 44.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 244 | 46 | 0.82 | 0 | 0.81 | 0.04 | 120.3 | 0.9 | 0.57 |
| Hex | 2D | F4 | 2E | 52 | 0 | 51 | 4 | 78 | 5A | 39 |
| Octal | 55 | 364 | 56 | 122 | 0 | 121 | 4 | 170 | 132 | 71 |
| Binary | 101101 | 11110100 | 101110 | 1010010 | 0 | 1010001 | 100 | 1111000 | 1011010 | 111001 |
Color Harmonies of #2DF42E
Complementary color
Monochromatic Colors of #2DF42E
Black with #2DF42E
Text Example
Text Example
White with #2DF42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF42E; }
p { color: rgb(45,244,46); }
H1.HeaderClassName
{
color: #2DF42E;
}
.AnyTagClassName
{
color: #2DF42E;
}
</style>
background-color css
<style>
a { background-color: #2DF42E; }
a { background-color: rgb(45,244,46); }
div.DivClassName
{
background-color: #2DF42E;
}
.BgClassName
{
background-color: #2DF42E;
}
</style>
border-color css
<style>
span { border-color: #2DF42E; }
span { border-color: rgb(45,244,46); }
td.TdClassName
{
border-color: #2DF42E;
}
.TagClassName
{
border-color: #2DF42E;
}
</style>