Shades of Lime Green #2FDF28
Tints of Lime Green #2FDF28
RGB
CMYK
RGB Variations
Color information
#2FDF28 (or 0x2FDF28) is known color: Lime Green. HEX triplet: 2F, DF and 28. RGB value is (47,223,40). Sum of RGB (Red+Green+Blue) = 47+223+40=310 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.16% from 310); Green value is 223 (87.5% from 255 or 71.94% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDF28 is #D020D7. Grayscale: #969696. Windows color (decimal): -13639896 or 2678575. OLE color: 2678575.
HSL color Cylindrical-coordinate representation of color #2FDF28: hue angle of 117.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FDF28 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 40 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.13 |
| HSL | 117.7º | 0.74% | 0.52% | - |
| HSV(B) | 117.7º | 0.82% | 0.87% | - |
| XYZ | 27.94 | 53.53 | 10.87 | - |
| YUV | 149.51 | 66.19 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 40 | 0.79 | 0 | 0.82 | 0.13 | 117.7 | 0.74 | 0.52 |
| Hex | 2F | DF | 28 | 4F | 0 | 52 | D | 76 | 4A | 34 |
| Octal | 57 | 337 | 50 | 117 | 0 | 122 | 15 | 166 | 112 | 64 |
| Binary | 101111 | 11011111 | 101000 | 1001111 | 0 | 1010010 | 1101 | 1110110 | 1001010 | 110100 |
Color Harmonies of #2FDF28
Complementary color
Monochromatic Colors of #2FDF28
Black with #2FDF28
Text Example
Text Example
White with #2FDF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF28; }
p { color: rgb(47,223,40); }
H1.HeaderClassName
{
color: #2FDF28;
}
.AnyTagClassName
{
color: #2FDF28;
}
</style>
background-color css
<style>
a { background-color: #2FDF28; }
a { background-color: rgb(47,223,40); }
div.DivClassName
{
background-color: #2FDF28;
}
.BgClassName
{
background-color: #2FDF28;
}
</style>
border-color css
<style>
span { border-color: #2FDF28; }
span { border-color: rgb(47,223,40); }
td.TdClassName
{
border-color: #2FDF28;
}
.TagClassName
{
border-color: #2FDF28;
}
</style>