Shades of Lime Green #2FB625
Tints of Lime Green #2FB625
RGB
CMYK
RGB Variations
Color information
#2FB625 (or 0x2FB625) is known color: Lime Green. HEX triplet: 2F, B6 and 25. RGB value is (47,182,37). Sum of RGB (Red+Green+Blue) = 47+182+37=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 182 (71.48% from 255 or 68.42% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB625 is #D049DA. Grayscale: #7D7D7D. Windows color (decimal): -13650395 or 2471471. OLE color: 2471471.
HSL color Cylindrical-coordinate representation of color #2FB625: hue angle of 115.86º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FB625 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 37 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.29 |
| HSL | 115.86º | 0.66% | 0.43% | - |
| HSV(B) | 115.86º | 0.8% | 0.71% | - |
| XYZ | 18.23 | 34.19 | 7.39 | - |
| YUV | 125.11 | 78.27 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 37 | 0.74 | 0 | 0.80 | 0.29 | 115.86 | 0.66 | 0.43 |
| Hex | 2F | B6 | 25 | 4A | 0 | 50 | 1D | 74 | 42 | 2B |
| Octal | 57 | 266 | 45 | 112 | 0 | 120 | 35 | 164 | 102 | 53 |
| Binary | 101111 | 10110110 | 100101 | 1001010 | 0 | 1010000 | 11101 | 1110100 | 1000010 | 101011 |
Color Harmonies of #2FB625
Complementary color
Monochromatic Colors of #2FB625
Black with #2FB625
Text Example
Text Example
White with #2FB625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB625; }
p { color: rgb(47,182,37); }
H1.HeaderClassName
{
color: #2FB625;
}
.AnyTagClassName
{
color: #2FB625;
}
</style>
background-color css
<style>
a { background-color: #2FB625; }
a { background-color: rgb(47,182,37); }
div.DivClassName
{
background-color: #2FB625;
}
.BgClassName
{
background-color: #2FB625;
}
</style>
border-color css
<style>
span { border-color: #2FB625; }
span { border-color: rgb(47,182,37); }
td.TdClassName
{
border-color: #2FB625;
}
.TagClassName
{
border-color: #2FB625;
}
</style>