Shades of Lime Green #2FBE25
Tints of Lime Green #2FBE25
RGB
CMYK
RGB Variations
Color information
#2FBE25 (or 0x2FBE25) is known color: Lime Green. HEX triplet: 2F, BE and 25. RGB value is (47,190,37). Sum of RGB (Red+Green+Blue) = 47+190+37=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 190 (74.61% from 255 or 69.34% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 190 - color contains mainly: green. Hex color #2FBE25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBE25 is #D041DA. Grayscale: #828282. Windows color (decimal): -13648347 or 2473519. OLE color: 2473519.
HSL color Cylindrical-coordinate representation of color #2FBE25: hue angle of 116.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FBE25 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 190 | 37 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.25 |
| HSL | 116.08º | 0.67% | 0.45% | - |
| HSV(B) | 116.08º | 0.81% | 0.75% | - |
| XYZ | 19.92 | 37.56 | 7.95 | - |
| YUV | 129.8 | 75.62 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 190 | 37 | 0.75 | 0 | 0.81 | 0.25 | 116.08 | 0.67 | 0.45 |
| Hex | 2F | BE | 25 | 4B | 0 | 51 | 19 | 74 | 43 | 2D |
| Octal | 57 | 276 | 45 | 113 | 0 | 121 | 31 | 164 | 103 | 55 |
| Binary | 101111 | 10111110 | 100101 | 1001011 | 0 | 1010001 | 11001 | 1110100 | 1000011 | 101101 |
Color Harmonies of #2FBE25
Complementary color
Monochromatic Colors of #2FBE25
Black with #2FBE25
Text Example
Text Example
White with #2FBE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBE25; }
p { color: rgb(47,190,37); }
H1.HeaderClassName
{
color: #2FBE25;
}
.AnyTagClassName
{
color: #2FBE25;
}
</style>
background-color css
<style>
a { background-color: #2FBE25; }
a { background-color: rgb(47,190,37); }
div.DivClassName
{
background-color: #2FBE25;
}
.BgClassName
{
background-color: #2FBE25;
}
</style>
border-color css
<style>
span { border-color: #2FBE25; }
span { border-color: rgb(47,190,37); }
td.TdClassName
{
border-color: #2FBE25;
}
.TagClassName
{
border-color: #2FBE25;
}
</style>