Shades of Lime Green #2FBA25
Tints of Lime Green #2FBA25
RGB
CMYK
RGB Variations
Color information
#2FBA25 (or 0x2FBA25) is known color: Lime Green. HEX triplet: 2F, BA and 25. RGB value is (47,186,37). Sum of RGB (Red+Green+Blue) = 47+186+37=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 186 (73.05% from 255 or 68.89% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA25 is #D045DA. Grayscale: #7F7F7F. Windows color (decimal): -13649371 or 2472495. OLE color: 2472495.
HSL color Cylindrical-coordinate representation of color #2FBA25: hue angle of 115.97º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBA25 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 37 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.27 |
| HSL | 115.97º | 0.67% | 0.44% | - |
| HSV(B) | 115.97º | 0.8% | 0.73% | - |
| XYZ | 19.07 | 35.86 | 7.67 | - |
| YUV | 127.45 | 76.95 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 37 | 0.75 | 0 | 0.80 | 0.27 | 115.97 | 0.67 | 0.44 |
| Hex | 2F | BA | 25 | 4B | 0 | 50 | 1B | 74 | 43 | 2C |
| Octal | 57 | 272 | 45 | 113 | 0 | 120 | 33 | 164 | 103 | 54 |
| Binary | 101111 | 10111010 | 100101 | 1001011 | 0 | 1010000 | 11011 | 1110100 | 1000011 | 101100 |
Color Harmonies of #2FBA25
Complementary color
Monochromatic Colors of #2FBA25
Black with #2FBA25
Text Example
Text Example
White with #2FBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA25; }
p { color: rgb(47,186,37); }
H1.HeaderClassName
{
color: #2FBA25;
}
.AnyTagClassName
{
color: #2FBA25;
}
</style>
background-color css
<style>
a { background-color: #2FBA25; }
a { background-color: rgb(47,186,37); }
div.DivClassName
{
background-color: #2FBA25;
}
.BgClassName
{
background-color: #2FBA25;
}
</style>
border-color css
<style>
span { border-color: #2FBA25; }
span { border-color: rgb(47,186,37); }
td.TdClassName
{
border-color: #2FBA25;
}
.TagClassName
{
border-color: #2FBA25;
}
</style>