Shades of Lime Green #2FB33A
Tints of Lime Green #2FB33A
RGB
CMYK
RGB Variations
Color information
#2FB33A (or 0x2FB33A) is known color: Lime Green. HEX triplet: 2F, B3 and 3A. RGB value is (47,179,58). Sum of RGB (Red+Green+Blue) = 47+179+58=284 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.55% from 284); Green value is 179 (70.31% from 255 or 63.03% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 179 - color contains mainly: green. Hex color #2FB33A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB33A is #D04CC5. Grayscale: #7E7E7E. Windows color (decimal): -13651142 or 3846959. OLE color: 3846959.
HSL color Cylindrical-coordinate representation of color #2FB33A: hue angle of 125º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB33A is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 47 | 179 | 58 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.30 |
| HSL | 125º | 0.58% | 0.44% | - |
| HSV(B) | 125º | 0.74% | 0.7% | - |
| XYZ | 18.06 | 33.15 | 9.45 | - |
| YUV | 125.74 | 89.77 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 179 | 58 | 0.74 | 0 | 0.68 | 0.30 | 125 | 0.58 | 0.44 |
| Hex | 2F | B3 | 3A | 4A | 0 | 44 | 1E | 7D | 3A | 2C |
| Octal | 57 | 263 | 72 | 112 | 0 | 104 | 36 | 175 | 72 | 54 |
| Binary | 101111 | 10110011 | 111010 | 1001010 | 0 | 1000100 | 11110 | 1111101 | 111010 | 101100 |
Color Harmonies of #2FB33A
Complementary color
Monochromatic Colors of #2FB33A
Black with #2FB33A
Text Example
Text Example
White with #2FB33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB33A; }
p { color: rgb(47,179,58); }
H1.HeaderClassName
{
color: #2FB33A;
}
.AnyTagClassName
{
color: #2FB33A;
}
</style>
background-color css
<style>
a { background-color: #2FB33A; }
a { background-color: rgb(47,179,58); }
div.DivClassName
{
background-color: #2FB33A;
}
.BgClassName
{
background-color: #2FB33A;
}
</style>
border-color css
<style>
span { border-color: #2FB33A; }
span { border-color: rgb(47,179,58); }
td.TdClassName
{
border-color: #2FB33A;
}
.TagClassName
{
border-color: #2FB33A;
}
</style>