Shades of Lime Green #2FBC1E
Tints of Lime Green #2FBC1E
RGB
CMYK
RGB Variations
Color information
#2FBC1E (or 0x2FBC1E) is known color: Lime Green. HEX triplet: 2F, BC and 1E. RGB value is (47,188,30). Sum of RGB (Red+Green+Blue) = 47+188+30=265 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.74% from 265); Green value is 188 (73.83% from 255 or 70.94% from 265); Blue value is 30 (12.11% from 255 or 11.32% from 265); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC1E is #D043E1. Grayscale: #808080. Windows color (decimal): -13648866 or 2014255. OLE color: 2014255.
HSL color Cylindrical-coordinate representation of color #2FBC1E: hue angle of 113.54º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FBC1E is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 30 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.26 |
| HSL | 113.54º | 0.72% | 0.43% | - |
| HSV(B) | 113.54º | 0.84% | 0.74% | - |
| XYZ | 19.39 | 36.66 | 7.28 | - |
| YUV | 127.83 | 72.79 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 30 | 0.75 | 0 | 0.84 | 0.26 | 113.54 | 0.72 | 0.43 |
| Hex | 2F | BC | 1E | 4B | 0 | 54 | 1A | 72 | 48 | 2B |
| Octal | 57 | 274 | 36 | 113 | 0 | 124 | 32 | 162 | 110 | 53 |
| Binary | 101111 | 10111100 | 11110 | 1001011 | 0 | 1010100 | 11010 | 1110010 | 1001000 | 101011 |
Color Harmonies of #2FBC1E
Complementary color
Monochromatic Colors of #2FBC1E
Black with #2FBC1E
Text Example
Text Example
White with #2FBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC1E; }
p { color: rgb(47,188,30); }
H1.HeaderClassName
{
color: #2FBC1E;
}
.AnyTagClassName
{
color: #2FBC1E;
}
</style>
background-color css
<style>
a { background-color: #2FBC1E; }
a { background-color: rgb(47,188,30); }
div.DivClassName
{
background-color: #2FBC1E;
}
.BgClassName
{
background-color: #2FBC1E;
}
</style>
border-color css
<style>
span { border-color: #2FBC1E; }
span { border-color: rgb(47,188,30); }
td.TdClassName
{
border-color: #2FBC1E;
}
.TagClassName
{
border-color: #2FBC1E;
}
</style>