Shades of Lime Green #2FDA2D
Tints of Lime Green #2FDA2D
RGB
CMYK
RGB Variations
Color information
#2FDA2D (or 0x2FDA2D) is known color: Lime Green. HEX triplet: 2F, DA and 2D. RGB value is (47,218,45). Sum of RGB (Red+Green+Blue) = 47+218+45=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 218 (85.55% from 255 or 70.32% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDA2D is #D025D2. Grayscale: #939393. Windows color (decimal): -13641171 or 3004975. OLE color: 3004975.
HSL color Cylindrical-coordinate representation of color #2FDA2D: hue angle of 119.31º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDA2D is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 45 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.15 |
| HSL | 119.31º | 0.7% | 0.52% | - |
| HSV(B) | 119.31º | 0.79% | 0.85% | - |
| XYZ | 26.72 | 50.94 | 10.91 | - |
| YUV | 147.15 | 70.35 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 45 | 0.78 | 0 | 0.79 | 0.15 | 119.31 | 0.7 | 0.52 |
| Hex | 2F | DA | 2D | 4E | 0 | 4F | F | 77 | 46 | 34 |
| Octal | 57 | 332 | 55 | 116 | 0 | 117 | 17 | 167 | 106 | 64 |
| Binary | 101111 | 11011010 | 101101 | 1001110 | 0 | 1001111 | 1111 | 1110111 | 1000110 | 110100 |
Color Harmonies of #2FDA2D
Complementary color
Monochromatic Colors of #2FDA2D
Black with #2FDA2D
Text Example
Text Example
White with #2FDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA2D; }
p { color: rgb(47,218,45); }
H1.HeaderClassName
{
color: #2FDA2D;
}
.AnyTagClassName
{
color: #2FDA2D;
}
</style>
background-color css
<style>
a { background-color: #2FDA2D; }
a { background-color: rgb(47,218,45); }
div.DivClassName
{
background-color: #2FDA2D;
}
.BgClassName
{
background-color: #2FDA2D;
}
</style>
border-color css
<style>
span { border-color: #2FDA2D; }
span { border-color: rgb(47,218,45); }
td.TdClassName
{
border-color: #2FDA2D;
}
.TagClassName
{
border-color: #2FDA2D;
}
</style>