Shades of Lime Green #2DF23E
Tints of Lime Green #2DF23E
RGB
CMYK
RGB Variations
Color information
#2DF23E (or 0x2DF23E) is known color: Lime Green. HEX triplet: 2D, F2 and 3E. RGB value is (45,242,62). Sum of RGB (Red+Green+Blue) = 45+242+62=349 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.89% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF23E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF23E is #D20DC1. Grayscale: #A3A3A3. Windows color (decimal): -13766082 or 4125229. OLE color: 4125229.
HSL color Cylindrical-coordinate representation of color #2DF23E: hue angle of 125.18º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF23E is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 242 | 62 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.05 |
| HSL | 125.18º | 0.88% | 0.56% | - |
| HSV(B) | 125.18º | 0.81% | 0.95% | - |
| XYZ | 33.7 | 64.41 | 15.21 | - |
| YUV | 162.58 | 71.23 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 242 | 62 | 0.81 | 0 | 0.74 | 0.05 | 125.18 | 0.88 | 0.56 |
| Hex | 2D | F2 | 3E | 51 | 0 | 4A | 5 | 7D | 58 | 38 |
| Octal | 55 | 362 | 76 | 121 | 0 | 112 | 5 | 175 | 130 | 70 |
| Binary | 101101 | 11110010 | 111110 | 1010001 | 0 | 1001010 | 101 | 1111101 | 1011000 | 111000 |
Color Harmonies of #2DF23E
Complementary color
Monochromatic Colors of #2DF23E
Black with #2DF23E
Text Example
Text Example
White with #2DF23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF23E; }
p { color: rgb(45,242,62); }
H1.HeaderClassName
{
color: #2DF23E;
}
.AnyTagClassName
{
color: #2DF23E;
}
</style>
background-color css
<style>
a { background-color: #2DF23E; }
a { background-color: rgb(45,242,62); }
div.DivClassName
{
background-color: #2DF23E;
}
.BgClassName
{
background-color: #2DF23E;
}
</style>
border-color css
<style>
span { border-color: #2DF23E; }
span { border-color: rgb(45,242,62); }
td.TdClassName
{
border-color: #2DF23E;
}
.TagClassName
{
border-color: #2DF23E;
}
</style>