Shades of Lime Green #2FD328
Tints of Lime Green #2FD328
RGB
CMYK
RGB Variations
Color information
#2FD328 (or 0x2FD328) is known color: Lime Green. HEX triplet: 2F, D3 and 28. RGB value is (47,211,40). Sum of RGB (Red+Green+Blue) = 47+211+40=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 211 (82.81% from 255 or 70.81% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 211 - color contains mainly: green. Hex color #2FD328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD328 is #D02CD7. Grayscale: #8E8E8E. Windows color (decimal): -13642968 or 2675503. OLE color: 2675503.
HSL color Cylindrical-coordinate representation of color #2FD328: hue angle of 117.54º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FD328 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 47 | 211 | 40 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.17 |
| HSL | 117.54º | 0.68% | 0.49% | - |
| HSV(B) | 117.54º | 0.81% | 0.83% | - |
| XYZ | 24.85 | 47.35 | 9.84 | - |
| YUV | 142.47 | 70.17 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 211 | 40 | 0.78 | 0 | 0.81 | 0.17 | 117.54 | 0.68 | 0.49 |
| Hex | 2F | D3 | 28 | 4E | 0 | 51 | 11 | 76 | 44 | 31 |
| Octal | 57 | 323 | 50 | 116 | 0 | 121 | 21 | 166 | 104 | 61 |
| Binary | 101111 | 11010011 | 101000 | 1001110 | 0 | 1010001 | 10001 | 1110110 | 1000100 | 110001 |
Color Harmonies of #2FD328
Complementary color
Monochromatic Colors of #2FD328
Black with #2FD328
Text Example
Text Example
White with #2FD328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD328; }
p { color: rgb(47,211,40); }
H1.HeaderClassName
{
color: #2FD328;
}
.AnyTagClassName
{
color: #2FD328;
}
</style>
background-color css
<style>
a { background-color: #2FD328; }
a { background-color: rgb(47,211,40); }
div.DivClassName
{
background-color: #2FD328;
}
.BgClassName
{
background-color: #2FD328;
}
</style>
border-color css
<style>
span { border-color: #2FD328; }
span { border-color: rgb(47,211,40); }
td.TdClassName
{
border-color: #2FD328;
}
.TagClassName
{
border-color: #2FD328;
}
</style>