Shades of Lime Green #2FE325
Tints of Lime Green #2FE325
RGB
CMYK
RGB Variations
Color information
#2FE325 (or 0x2FE325) is known color: Lime Green. HEX triplet: 2F, E3 and 25. RGB value is (47,227,37). Sum of RGB (Red+Green+Blue) = 47+227+37=311 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.11% from 311); Green value is 227 (89.06% from 255 or 72.99% from 311); Blue value is 37 (14.84% from 255 or 11.90% from 311); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE325 is #D01CDA. Grayscale: #989898. Windows color (decimal): -13638875 or 2482991. OLE color: 2482991.
HSL color Cylindrical-coordinate representation of color #2FE325: hue angle of 116.84º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FE325 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 227 | 37 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.11 |
| HSL | 116.84º | 0.77% | 0.52% | - |
| HSV(B) | 116.84º | 0.84% | 0.89% | - |
| XYZ | 28.98 | 55.68 | 10.97 | - |
| YUV | 151.52 | 63.37 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 227 | 37 | 0.79 | 0 | 0.84 | 0.11 | 116.84 | 0.77 | 0.52 |
| Hex | 2F | E3 | 25 | 4F | 0 | 54 | B | 75 | 4D | 34 |
| Octal | 57 | 343 | 45 | 117 | 0 | 124 | 13 | 165 | 115 | 64 |
| Binary | 101111 | 11100011 | 100101 | 1001111 | 0 | 1010100 | 1011 | 1110101 | 1001101 | 110100 |
Color Harmonies of #2FE325
Complementary color
Monochromatic Colors of #2FE325
Black with #2FE325
Text Example
Text Example
White with #2FE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE325; }
p { color: rgb(47,227,37); }
H1.HeaderClassName
{
color: #2FE325;
}
.AnyTagClassName
{
color: #2FE325;
}
</style>
background-color css
<style>
a { background-color: #2FE325; }
a { background-color: rgb(47,227,37); }
div.DivClassName
{
background-color: #2FE325;
}
.BgClassName
{
background-color: #2FE325;
}
</style>
border-color css
<style>
span { border-color: #2FE325; }
span { border-color: rgb(47,227,37); }
td.TdClassName
{
border-color: #2FE325;
}
.TagClassName
{
border-color: #2FE325;
}
</style>