Shades of Lime Green #2FCF1A
Tints of Lime Green #2FCF1A
RGB
CMYK
RGB Variations
Color information
#2FCF1A (or 0x2FCF1A) is known color: Lime Green. HEX triplet: 2F, CF and 1A. RGB value is (47,207,26). Sum of RGB (Red+Green+Blue) = 47+207+26=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 207 (81.25% from 255 or 73.93% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FCF1A is #D030E5. Grayscale: #8B8B8B. Windows color (decimal): -13644006 or 1756975. OLE color: 1756975.
HSL color Cylindrical-coordinate representation of color #2FCF1A: hue angle of 113.04º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FCF1A is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 26 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.19 |
| HSL | 113.04º | 0.78% | 0.46% | - |
| HSV(B) | 113.04º | 0.87% | 0.81% | - |
| XYZ | 23.67 | 45.3 | 8.47 | - |
| YUV | 138.53 | 64.49 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 26 | 0.77 | 0 | 0.87 | 0.19 | 113.04 | 0.78 | 0.46 |
| Hex | 2F | CF | 1A | 4D | 0 | 57 | 13 | 71 | 4E | 2E |
| Octal | 57 | 317 | 32 | 115 | 0 | 127 | 23 | 161 | 116 | 56 |
| Binary | 101111 | 11001111 | 11010 | 1001101 | 0 | 1010111 | 10011 | 1110001 | 1001110 | 101110 |
Color Harmonies of #2FCF1A
Complementary color
Monochromatic Colors of #2FCF1A
Black with #2FCF1A
Text Example
Text Example
White with #2FCF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF1A; }
p { color: rgb(47,207,26); }
H1.HeaderClassName
{
color: #2FCF1A;
}
.AnyTagClassName
{
color: #2FCF1A;
}
</style>
background-color css
<style>
a { background-color: #2FCF1A; }
a { background-color: rgb(47,207,26); }
div.DivClassName
{
background-color: #2FCF1A;
}
.BgClassName
{
background-color: #2FCF1A;
}
</style>
border-color css
<style>
span { border-color: #2FCF1A; }
span { border-color: rgb(47,207,26); }
td.TdClassName
{
border-color: #2FCF1A;
}
.TagClassName
{
border-color: #2FCF1A;
}
</style>