Shades of Lime Green #2FDB3B
Tints of Lime Green #2FDB3B
RGB
CMYK
RGB Variations
Color information
#2FDB3B (or 0x2FDB3B) is known color: Lime Green. HEX triplet: 2F, DB and 3B. RGB value is (47,219,59). Sum of RGB (Red+Green+Blue) = 47+219+59=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 219 (85.94% from 255 or 67.38% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDB3B is #D024C4. Grayscale: #959595. Windows color (decimal): -13640901 or 3922735. OLE color: 3922735.
HSL color Cylindrical-coordinate representation of color #2FDB3B: hue angle of 124.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDB3B is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 59 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.14 |
| HSL | 124.19º | 0.7% | 0.52% | - |
| HSV(B) | 124.19º | 0.79% | 0.86% | - |
| XYZ | 27.29 | 51.58 | 12.66 | - |
| YUV | 149.33 | 77.02 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 59 | 0.79 | 0 | 0.73 | 0.14 | 124.19 | 0.7 | 0.52 |
| Hex | 2F | DB | 3B | 4F | 0 | 49 | E | 7C | 46 | 34 |
| Octal | 57 | 333 | 73 | 117 | 0 | 111 | 16 | 174 | 106 | 64 |
| Binary | 101111 | 11011011 | 111011 | 1001111 | 0 | 1001001 | 1110 | 1111100 | 1000110 | 110100 |
Color Harmonies of #2FDB3B
Complementary color
Monochromatic Colors of #2FDB3B
Black with #2FDB3B
Text Example
Text Example
White with #2FDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB3B; }
p { color: rgb(47,219,59); }
H1.HeaderClassName
{
color: #2FDB3B;
}
.AnyTagClassName
{
color: #2FDB3B;
}
</style>
background-color css
<style>
a { background-color: #2FDB3B; }
a { background-color: rgb(47,219,59); }
div.DivClassName
{
background-color: #2FDB3B;
}
.BgClassName
{
background-color: #2FDB3B;
}
</style>
border-color css
<style>
span { border-color: #2FDB3B; }
span { border-color: rgb(47,219,59); }
td.TdClassName
{
border-color: #2FDB3B;
}
.TagClassName
{
border-color: #2FDB3B;
}
</style>