Shades of Lime Green #2DF93E
Tints of Lime Green #2DF93E
RGB
CMYK
RGB Variations
Color information
#2DF93E (or 0x2DF93E) is known color: Lime Green. HEX triplet: 2D, F9 and 3E. RGB value is (45,249,62). Sum of RGB (Red+Green+Blue) = 45+249+62=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF93E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF93E is #D206C1. Grayscale: #A7A7A7. Windows color (decimal): -13764290 or 4127021. OLE color: 4127021.
HSL color Cylindrical-coordinate representation of color #2DF93E: hue angle of 125º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF93E is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 62 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.02 |
| HSL | 125º | 0.94% | 0.58% | - |
| HSV(B) | 125º | 0.82% | 0.98% | - |
| XYZ | 35.83 | 68.66 | 15.92 | - |
| YUV | 166.69 | 68.91 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 62 | 0.82 | 0 | 0.75 | 0.02 | 125 | 0.94 | 0.58 |
| Hex | 2D | F9 | 3E | 52 | 0 | 4B | 2 | 7D | 5E | 3A |
| Octal | 55 | 371 | 76 | 122 | 0 | 113 | 2 | 175 | 136 | 72 |
| Binary | 101101 | 11111001 | 111110 | 1010010 | 0 | 1001011 | 10 | 1111101 | 1011110 | 111010 |
Color Harmonies of #2DF93E
Complementary color
Monochromatic Colors of #2DF93E
Black with #2DF93E
Text Example
Text Example
White with #2DF93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF93E; }
p { color: rgb(45,249,62); }
H1.HeaderClassName
{
color: #2DF93E;
}
.AnyTagClassName
{
color: #2DF93E;
}
</style>
background-color css
<style>
a { background-color: #2DF93E; }
a { background-color: rgb(45,249,62); }
div.DivClassName
{
background-color: #2DF93E;
}
.BgClassName
{
background-color: #2DF93E;
}
</style>
border-color css
<style>
span { border-color: #2DF93E; }
span { border-color: rgb(45,249,62); }
td.TdClassName
{
border-color: #2DF93E;
}
.TagClassName
{
border-color: #2DF93E;
}
</style>