Shades of Lime Green #2FF62E
Tints of Lime Green #2FF62E
RGB
CMYK
RGB Variations
Color information
#2FF62E (or 0x2FF62E) is known color: Lime Green. HEX triplet: 2F, F6 and 2E. RGB value is (47,246,46). Sum of RGB (Red+Green+Blue) = 47+246+46=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 246 (96.48% from 255 or 72.57% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF62E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF62E is #D009D1. Grayscale: #A4A4A4. Windows color (decimal): -13634002 or 3077679. OLE color: 3077679.
HSL color Cylindrical-coordinate representation of color #2FF62E: hue angle of 119.7º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF62E is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 46 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.04 |
| HSL | 119.7º | 0.92% | 0.57% | - |
| HSV(B) | 119.7º | 0.81% | 0.96% | - |
| XYZ | 34.62 | 66.71 | 13.64 | - |
| YUV | 163.7 | 61.57 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 46 | 0.81 | 0 | 0.81 | 0.04 | 119.7 | 0.92 | 0.57 |
| Hex | 2F | F6 | 2E | 51 | 0 | 51 | 4 | 78 | 5C | 39 |
| Octal | 57 | 366 | 56 | 121 | 0 | 121 | 4 | 170 | 134 | 71 |
| Binary | 101111 | 11110110 | 101110 | 1010001 | 0 | 1010001 | 100 | 1111000 | 1011100 | 111001 |
Color Harmonies of #2FF62E
Complementary color
Monochromatic Colors of #2FF62E
Black with #2FF62E
Text Example
Text Example
White with #2FF62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF62E; }
p { color: rgb(47,246,46); }
H1.HeaderClassName
{
color: #2FF62E;
}
.AnyTagClassName
{
color: #2FF62E;
}
</style>
background-color css
<style>
a { background-color: #2FF62E; }
a { background-color: rgb(47,246,46); }
div.DivClassName
{
background-color: #2FF62E;
}
.BgClassName
{
background-color: #2FF62E;
}
</style>
border-color css
<style>
span { border-color: #2FF62E; }
span { border-color: rgb(47,246,46); }
td.TdClassName
{
border-color: #2FF62E;
}
.TagClassName
{
border-color: #2FF62E;
}
</style>