Shades of Lime Green #2FE617
Tints of Lime Green #2FE617
RGB
CMYK
RGB Variations
Color information
#2FE617 (or 0x2FE617) is known color: Lime Green. HEX triplet: 2F, E6 and 17. RGB value is (47,230,23). Sum of RGB (Red+Green+Blue) = 47+230+23=300 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.67% from 300); Green value is 230 (90.23% from 255 or 76.67% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE617 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #2FE617 is #D019E8. Grayscale: #989898. Windows color (decimal): -13638121 or 1566255. OLE color: 1566255.
HSL color Cylindrical-coordinate representation of color #2FE617: hue angle of 113.04º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FE617 is Cyan = 0.80, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 23 | - |
| CMYK | 0.80 | 0 | 0.9 | 0.10 |
| HSL | 113.04º | 0.82% | 0.5% | - |
| HSV(B) | 113.04º | 0.9% | 0.9% | - |
| XYZ | 29.62 | 57.26 | 10.3 | - |
| YUV | 151.69 | 55.37 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 23 | 0.80 | 0 | 0.9 | 0.10 | 113.04 | 0.82 | 0.5 |
| Hex | 2F | E6 | 17 | 50 | 0 | 5A | A | 71 | 52 | 32 |
| Octal | 57 | 346 | 27 | 120 | 0 | 132 | 12 | 161 | 122 | 62 |
| Binary | 101111 | 11100110 | 10111 | 1010000 | 0 | 1011010 | 1010 | 1110001 | 1010010 | 110010 |
Color Harmonies of #2FE617
Complementary color
Monochromatic Colors of #2FE617
Black with #2FE617
Text Example
Text Example
White with #2FE617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE617; }
p { color: rgb(47,230,23); }
H1.HeaderClassName
{
color: #2FE617;
}
.AnyTagClassName
{
color: #2FE617;
}
</style>
background-color css
<style>
a { background-color: #2FE617; }
a { background-color: rgb(47,230,23); }
div.DivClassName
{
background-color: #2FE617;
}
.BgClassName
{
background-color: #2FE617;
}
</style>
border-color css
<style>
span { border-color: #2FE617; }
span { border-color: rgb(47,230,23); }
td.TdClassName
{
border-color: #2FE617;
}
.TagClassName
{
border-color: #2FE617;
}
</style>