Shades of Lime Green #2FB825
Tints of Lime Green #2FB825
RGB
CMYK
RGB Variations
Color information
#2FB825 (or 0x2FB825) is known color: Lime Green. HEX triplet: 2F, B8 and 25. RGB value is (47,184,37). Sum of RGB (Red+Green+Blue) = 47+184+37=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 184 (72.27% from 255 or 68.66% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB825 is #D047DA. Grayscale: #7E7E7E. Windows color (decimal): -13649883 or 2471983. OLE color: 2471983.
HSL color Cylindrical-coordinate representation of color #2FB825: hue angle of 115.92º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FB825 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 37 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.28 |
| HSL | 115.92º | 0.67% | 0.43% | - |
| HSV(B) | 115.92º | 0.8% | 0.72% | - |
| XYZ | 18.65 | 35.02 | 7.53 | - |
| YUV | 126.28 | 77.61 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 37 | 0.74 | 0 | 0.80 | 0.28 | 115.92 | 0.67 | 0.43 |
| Hex | 2F | B8 | 25 | 4A | 0 | 50 | 1C | 74 | 43 | 2B |
| Octal | 57 | 270 | 45 | 112 | 0 | 120 | 34 | 164 | 103 | 53 |
| Binary | 101111 | 10111000 | 100101 | 1001010 | 0 | 1010000 | 11100 | 1110100 | 1000011 | 101011 |
Color Harmonies of #2FB825
Complementary color
Monochromatic Colors of #2FB825
Black with #2FB825
Text Example
Text Example
White with #2FB825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB825; }
p { color: rgb(47,184,37); }
H1.HeaderClassName
{
color: #2FB825;
}
.AnyTagClassName
{
color: #2FB825;
}
</style>
background-color css
<style>
a { background-color: #2FB825; }
a { background-color: rgb(47,184,37); }
div.DivClassName
{
background-color: #2FB825;
}
.BgClassName
{
background-color: #2FB825;
}
</style>
border-color css
<style>
span { border-color: #2FB825; }
span { border-color: rgb(47,184,37); }
td.TdClassName
{
border-color: #2FB825;
}
.TagClassName
{
border-color: #2FB825;
}
</style>