Shades of Lime Green #2FE427
Tints of Lime Green #2FE427
RGB
CMYK
RGB Variations
Color information
#2FE427 (or 0x2FE427) is known color: Lime Green. HEX triplet: 2F, E4 and 27. RGB value is (47,228,39). Sum of RGB (Red+Green+Blue) = 47+228+39=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 228 (89.45% from 255 or 72.61% from 314); Blue value is 39 (15.62% from 255 or 12.42% from 314); Max value from RGB is 228 - color contains mainly: green. Hex color #2FE427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE427 is #D01BD8. Grayscale: #989898. Windows color (decimal): -13638617 or 2614319. OLE color: 2614319.
HSL color Cylindrical-coordinate representation of color #2FE427: hue angle of 117.46º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FE427 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 228 | 39 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.11 |
| HSL | 117.46º | 0.78% | 0.52% | - |
| HSV(B) | 117.46º | 0.83% | 0.89% | - |
| XYZ | 29.28 | 56.24 | 11.23 | - |
| YUV | 152.34 | 64.03 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 228 | 39 | 0.79 | 0 | 0.83 | 0.11 | 117.46 | 0.78 | 0.52 |
| Hex | 2F | E4 | 27 | 4F | 0 | 53 | B | 75 | 4E | 34 |
| Octal | 57 | 344 | 47 | 117 | 0 | 123 | 13 | 165 | 116 | 64 |
| Binary | 101111 | 11100100 | 100111 | 1001111 | 0 | 1010011 | 1011 | 1110101 | 1001110 | 110100 |
Color Harmonies of #2FE427
Complementary color
Monochromatic Colors of #2FE427
Black with #2FE427
Text Example
Text Example
White with #2FE427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE427; }
p { color: rgb(47,228,39); }
H1.HeaderClassName
{
color: #2FE427;
}
.AnyTagClassName
{
color: #2FE427;
}
</style>
background-color css
<style>
a { background-color: #2FE427; }
a { background-color: rgb(47,228,39); }
div.DivClassName
{
background-color: #2FE427;
}
.BgClassName
{
background-color: #2FE427;
}
</style>
border-color css
<style>
span { border-color: #2FE427; }
span { border-color: rgb(47,228,39); }
td.TdClassName
{
border-color: #2FE427;
}
.TagClassName
{
border-color: #2FE427;
}
</style>