Shades of Lime Green #2FBC25
Tints of Lime Green #2FBC25
RGB
CMYK
RGB Variations
Color information
#2FBC25 (or 0x2FBC25) is known color: Lime Green. HEX triplet: 2F, BC and 25. RGB value is (47,188,37). Sum of RGB (Red+Green+Blue) = 47+188+37=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBC25 is #D043DA. Grayscale: #818181. Windows color (decimal): -13648859 or 2473007. OLE color: 2473007.
HSL color Cylindrical-coordinate representation of color #2FBC25: hue angle of 116.03º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBC25 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 37 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.26 |
| HSL | 116.03º | 0.67% | 0.44% | - |
| HSV(B) | 116.03º | 0.8% | 0.74% | - |
| XYZ | 19.49 | 36.7 | 7.81 | - |
| YUV | 128.63 | 76.29 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 37 | 0.75 | 0 | 0.80 | 0.26 | 116.03 | 0.67 | 0.44 |
| Hex | 2F | BC | 25 | 4B | 0 | 50 | 1A | 74 | 43 | 2C |
| Octal | 57 | 274 | 45 | 113 | 0 | 120 | 32 | 164 | 103 | 54 |
| Binary | 101111 | 10111100 | 100101 | 1001011 | 0 | 1010000 | 11010 | 1110100 | 1000011 | 101100 |
Color Harmonies of #2FBC25
Complementary color
Monochromatic Colors of #2FBC25
Black with #2FBC25
Text Example
Text Example
White with #2FBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC25; }
p { color: rgb(47,188,37); }
H1.HeaderClassName
{
color: #2FBC25;
}
.AnyTagClassName
{
color: #2FBC25;
}
</style>
background-color css
<style>
a { background-color: #2FBC25; }
a { background-color: rgb(47,188,37); }
div.DivClassName
{
background-color: #2FBC25;
}
.BgClassName
{
background-color: #2FBC25;
}
</style>
border-color css
<style>
span { border-color: #2FBC25; }
span { border-color: rgb(47,188,37); }
td.TdClassName
{
border-color: #2FBC25;
}
.TagClassName
{
border-color: #2FBC25;
}
</style>