Shades of Lime Green #2DF93F
Tints of Lime Green #2DF93F
RGB
CMYK
RGB Variations
Color information
#2DF93F (or 0x2DF93F) is known color: Lime Green. HEX triplet: 2D, F9 and 3F. RGB value is (45,249,63). Sum of RGB (Red+Green+Blue) = 45+249+63=357 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.61% from 357); Green value is 249 (97.66% from 255 or 69.75% from 357); Blue value is 63 (25% from 255 or 17.65% from 357); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF93F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF93F is #D206C0. Grayscale: #A7A7A7. Windows color (decimal): -13764289 or 4192557. OLE color: 4192557.
HSL color Cylindrical-coordinate representation of color #2DF93F: hue angle of 125.29º 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 #2DF93F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 63 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.02 |
| HSL | 125.29º | 0.94% | 0.58% | - |
| HSV(B) | 125.29º | 0.82% | 0.98% | - |
| XYZ | 35.86 | 68.67 | 16.07 | - |
| YUV | 166.8 | 69.41 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 63 | 0.82 | 0 | 0.75 | 0.02 | 125.29 | 0.94 | 0.58 |
| Hex | 2D | F9 | 3F | 52 | 0 | 4B | 2 | 7D | 5E | 3A |
| Octal | 55 | 371 | 77 | 122 | 0 | 113 | 2 | 175 | 136 | 72 |
| Binary | 101101 | 11111001 | 111111 | 1010010 | 0 | 1001011 | 10 | 1111101 | 1011110 | 111010 |
Color Harmonies of #2DF93F
Complementary color
Monochromatic Colors of #2DF93F
Black with #2DF93F
Text Example
Text Example
White with #2DF93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF93F; }
p { color: rgb(45,249,63); }
H1.HeaderClassName
{
color: #2DF93F;
}
.AnyTagClassName
{
color: #2DF93F;
}
</style>
background-color css
<style>
a { background-color: #2DF93F; }
a { background-color: rgb(45,249,63); }
div.DivClassName
{
background-color: #2DF93F;
}
.BgClassName
{
background-color: #2DF93F;
}
</style>
border-color css
<style>
span { border-color: #2DF93F; }
span { border-color: rgb(45,249,63); }
td.TdClassName
{
border-color: #2DF93F;
}
.TagClassName
{
border-color: #2DF93F;
}
</style>