Shades of Lime Green #2FB935
Tints of Lime Green #2FB935
RGB
CMYK
RGB Variations
Color information
#2FB935 (or 0x2FB935) is known color: Lime Green. HEX triplet: 2F, B9 and 35. RGB value is (47,185,53). Sum of RGB (Red+Green+Blue) = 47+185+53=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 185 (72.66% from 255 or 64.91% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 185 - color contains mainly: green. Hex color #2FB935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB935 is #D046CA. Grayscale: #818181. Windows color (decimal): -13649611 or 3520815. OLE color: 3520815.
HSL color Cylindrical-coordinate representation of color #2FB935: hue angle of 122.61º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FB935 is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 185 | 53 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.27 |
| HSL | 122.61º | 0.59% | 0.45% | - |
| HSV(B) | 122.61º | 0.75% | 0.73% | - |
| XYZ | 19.16 | 35.56 | 9.22 | - |
| YUV | 128.69 | 85.28 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 185 | 53 | 0.75 | 0 | 0.71 | 0.27 | 122.61 | 0.59 | 0.45 |
| Hex | 2F | B9 | 35 | 4B | 0 | 47 | 1B | 7B | 3B | 2D |
| Octal | 57 | 271 | 65 | 113 | 0 | 107 | 33 | 173 | 73 | 55 |
| Binary | 101111 | 10111001 | 110101 | 1001011 | 0 | 1000111 | 11011 | 1111011 | 111011 | 101101 |
Color Harmonies of #2FB935
Complementary color
Monochromatic Colors of #2FB935
Black with #2FB935
Text Example
Text Example
White with #2FB935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB935; }
p { color: rgb(47,185,53); }
H1.HeaderClassName
{
color: #2FB935;
}
.AnyTagClassName
{
color: #2FB935;
}
</style>
background-color css
<style>
a { background-color: #2FB935; }
a { background-color: rgb(47,185,53); }
div.DivClassName
{
background-color: #2FB935;
}
.BgClassName
{
background-color: #2FB935;
}
</style>
border-color css
<style>
span { border-color: #2FB935; }
span { border-color: rgb(47,185,53); }
td.TdClassName
{
border-color: #2FB935;
}
.TagClassName
{
border-color: #2FB935;
}
</style>