Shades of Lime Green #2FB62F
Tints of Lime Green #2FB62F
RGB
CMYK
RGB Variations
Color information
#2FB62F (or 0x2FB62F) is known color: Lime Green. HEX triplet: 2F, B6 and 2F. RGB value is (47,182,47). Sum of RGB (Red+Green+Blue) = 47+182+47=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 182 (71.48% from 255 or 65.94% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB62F is #D049D0. Grayscale: #7E7E7E. Windows color (decimal): -13650385 or 3126831. OLE color: 3126831.
HSL color Cylindrical-coordinate representation of color #2FB62F: hue angle of 120º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB62F is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 47 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.29 |
| HSL | 120º | 0.59% | 0.45% | - |
| HSV(B) | 120º | 0.74% | 0.71% | - |
| XYZ | 18.41 | 34.27 | 8.33 | - |
| YUV | 126.25 | 83.27 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 47 | 0.74 | 0 | 0.74 | 0.29 | 120 | 0.59 | 0.45 |
| Hex | 2F | B6 | 2F | 4A | 0 | 4A | 1D | 78 | 3B | 2D |
| Octal | 57 | 266 | 57 | 112 | 0 | 112 | 35 | 170 | 73 | 55 |
| Binary | 101111 | 10110110 | 101111 | 1001010 | 0 | 1001010 | 11101 | 1111000 | 111011 | 101101 |
Color Harmonies of #2FB62F
Complementary color
Monochromatic Colors of #2FB62F
Black with #2FB62F
Text Example
Text Example
White with #2FB62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB62F; }
p { color: rgb(47,182,47); }
H1.HeaderClassName
{
color: #2FB62F;
}
.AnyTagClassName
{
color: #2FB62F;
}
</style>
background-color css
<style>
a { background-color: #2FB62F; }
a { background-color: rgb(47,182,47); }
div.DivClassName
{
background-color: #2FB62F;
}
.BgClassName
{
background-color: #2FB62F;
}
</style>
border-color css
<style>
span { border-color: #2FB62F; }
span { border-color: rgb(47,182,47); }
td.TdClassName
{
border-color: #2FB62F;
}
.TagClassName
{
border-color: #2FB62F;
}
</style>