Shades of Lime Green #2FE627
Tints of Lime Green #2FE627
RGB
CMYK
RGB Variations
Color information
#2FE627 (or 0x2FE627) is known color: Lime Green. HEX triplet: 2F, E6 and 27. RGB value is (47,230,39). Sum of RGB (Red+Green+Blue) = 47+230+39=316 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.87% from 316); Green value is 230 (90.23% from 255 or 72.78% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE627 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FE627 is #D019D8. Grayscale: #9A9A9A. Windows color (decimal): -13638105 or 2614831. OLE color: 2614831.
HSL color Cylindrical-coordinate representation of color #2FE627: hue angle of 117.49º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FE627 is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 39 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.10 |
| HSL | 117.49º | 0.79% | 0.53% | - |
| HSV(B) | 117.49º | 0.83% | 0.9% | - |
| XYZ | 29.84 | 57.34 | 11.42 | - |
| YUV | 153.51 | 63.37 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 39 | 0.80 | 0 | 0.83 | 0.10 | 117.49 | 0.79 | 0.53 |
| Hex | 2F | E6 | 27 | 50 | 0 | 53 | A | 75 | 4F | 35 |
| Octal | 57 | 346 | 47 | 120 | 0 | 123 | 12 | 165 | 117 | 65 |
| Binary | 101111 | 11100110 | 100111 | 1010000 | 0 | 1010011 | 1010 | 1110101 | 1001111 | 110101 |
Color Harmonies of #2FE627
Complementary color
Monochromatic Colors of #2FE627
Black with #2FE627
Text Example
Text Example
White with #2FE627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE627; }
p { color: rgb(47,230,39); }
H1.HeaderClassName
{
color: #2FE627;
}
.AnyTagClassName
{
color: #2FE627;
}
</style>
background-color css
<style>
a { background-color: #2FE627; }
a { background-color: rgb(47,230,39); }
div.DivClassName
{
background-color: #2FE627;
}
.BgClassName
{
background-color: #2FE627;
}
</style>
border-color css
<style>
span { border-color: #2FE627; }
span { border-color: rgb(47,230,39); }
td.TdClassName
{
border-color: #2FE627;
}
.TagClassName
{
border-color: #2FE627;
}
</style>