Shades of Lime Green #2FFC2E
Tints of Lime Green #2FFC2E
RGB
CMYK
RGB Variations
Color information
#2FFC2E (or 0x2FFC2E) is known color: Lime Green. HEX triplet: 2F, FC and 2E. RGB value is (47,252,46). Sum of RGB (Red+Green+Blue) = 47+252+46=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 252 (98.83% from 255 or 73.04% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC2E is #D003D1. Grayscale: #A7A7A7. Windows color (decimal): -13632466 or 3079215. OLE color: 3079215.
HSL color Cylindrical-coordinate representation of color #2FFC2E: hue angle of 119.71º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFC2E is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 46 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.01 |
| HSL | 119.71º | 0.97% | 0.58% | - |
| HSV(B) | 119.71º | 0.82% | 0.99% | - |
| XYZ | 36.48 | 70.42 | 14.26 | - |
| YUV | 167.22 | 59.58 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 46 | 0.81 | 0 | 0.82 | 0.01 | 119.71 | 0.97 | 0.58 |
| Hex | 2F | FC | 2E | 51 | 0 | 52 | 1 | 78 | 61 | 3A |
| Octal | 57 | 374 | 56 | 121 | 0 | 122 | 1 | 170 | 141 | 72 |
| Binary | 101111 | 11111100 | 101110 | 1010001 | 0 | 1010010 | 1 | 1111000 | 1100001 | 111010 |
Color Harmonies of #2FFC2E
Complementary color
Monochromatic Colors of #2FFC2E
Black with #2FFC2E
Text Example
Text Example
White with #2FFC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC2E; }
p { color: rgb(47,252,46); }
H1.HeaderClassName
{
color: #2FFC2E;
}
.AnyTagClassName
{
color: #2FFC2E;
}
</style>
background-color css
<style>
a { background-color: #2FFC2E; }
a { background-color: rgb(47,252,46); }
div.DivClassName
{
background-color: #2FFC2E;
}
.BgClassName
{
background-color: #2FFC2E;
}
</style>
border-color css
<style>
span { border-color: #2FFC2E; }
span { border-color: rgb(47,252,46); }
td.TdClassName
{
border-color: #2FFC2E;
}
.TagClassName
{
border-color: #2FFC2E;
}
</style>