Shades of Lime Green #2FE625
Tints of Lime Green #2FE625
RGB
CMYK
RGB Variations
Color information
#2FE625 (or 0x2FE625) is known color: Lime Green. HEX triplet: 2F, E6 and 25. RGB value is (47,230,37). Sum of RGB (Red+Green+Blue) = 47+230+37=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 230 (90.23% from 255 or 73.25% from 314); Blue value is 37 (14.84% from 255 or 11.78% from 314); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE625 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE625 is #D019DA. Grayscale: #999999. Windows color (decimal): -13638107 or 2483759. OLE color: 2483759.
HSL color Cylindrical-coordinate representation of color #2FE625: hue angle of 116.89º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FE625 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 37 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.10 |
| HSL | 116.89º | 0.79% | 0.52% | - |
| HSV(B) | 116.89º | 0.84% | 0.9% | - |
| XYZ | 29.8 | 57.33 | 11.25 | - |
| YUV | 153.28 | 62.37 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 37 | 0.80 | 0 | 0.84 | 0.10 | 116.89 | 0.79 | 0.52 |
| Hex | 2F | E6 | 25 | 50 | 0 | 54 | A | 75 | 4F | 34 |
| Octal | 57 | 346 | 45 | 120 | 0 | 124 | 12 | 165 | 117 | 64 |
| Binary | 101111 | 11100110 | 100101 | 1010000 | 0 | 1010100 | 1010 | 1110101 | 1001111 | 110100 |
Color Harmonies of #2FE625
Complementary color
Monochromatic Colors of #2FE625
Black with #2FE625
Text Example
Text Example
White with #2FE625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE625; }
p { color: rgb(47,230,37); }
H1.HeaderClassName
{
color: #2FE625;
}
.AnyTagClassName
{
color: #2FE625;
}
</style>
background-color css
<style>
a { background-color: #2FE625; }
a { background-color: rgb(47,230,37); }
div.DivClassName
{
background-color: #2FE625;
}
.BgClassName
{
background-color: #2FE625;
}
</style>
border-color css
<style>
span { border-color: #2FE625; }
span { border-color: rgb(47,230,37); }
td.TdClassName
{
border-color: #2FE625;
}
.TagClassName
{
border-color: #2FE625;
}
</style>