Shades of Lime Green #2FBA32
Tints of Lime Green #2FBA32
RGB
CMYK
RGB Variations
Color information
#2FBA32 (or 0x2FBA32) is known color: Lime Green. HEX triplet: 2F, BA and 32. RGB value is (47,186,50). Sum of RGB (Red+Green+Blue) = 47+186+50=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA32 is #D045CD. Grayscale: #818181. Windows color (decimal): -13649358 or 3324463. OLE color: 3324463.
HSL color Cylindrical-coordinate representation of color #2FBA32: hue angle of 121.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBA32 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 50 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.27 |
| HSL | 121.3º | 0.6% | 0.46% | - |
| HSV(B) | 121.3º | 0.75% | 0.73% | - |
| XYZ | 19.31 | 35.95 | 8.94 | - |
| YUV | 128.94 | 83.45 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 50 | 0.75 | 0 | 0.73 | 0.27 | 121.3 | 0.6 | 0.46 |
| Hex | 2F | BA | 32 | 4B | 0 | 49 | 1B | 79 | 3C | 2E |
| Octal | 57 | 272 | 62 | 113 | 0 | 111 | 33 | 171 | 74 | 56 |
| Binary | 101111 | 10111010 | 110010 | 1001011 | 0 | 1001001 | 11011 | 1111001 | 111100 | 101110 |
Color Harmonies of #2FBA32
Complementary color
Monochromatic Colors of #2FBA32
Black with #2FBA32
Text Example
Text Example
White with #2FBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA32; }
p { color: rgb(47,186,50); }
H1.HeaderClassName
{
color: #2FBA32;
}
.AnyTagClassName
{
color: #2FBA32;
}
</style>
background-color css
<style>
a { background-color: #2FBA32; }
a { background-color: rgb(47,186,50); }
div.DivClassName
{
background-color: #2FBA32;
}
.BgClassName
{
background-color: #2FBA32;
}
</style>
border-color css
<style>
span { border-color: #2FBA32; }
span { border-color: rgb(47,186,50); }
td.TdClassName
{
border-color: #2FBA32;
}
.TagClassName
{
border-color: #2FBA32;
}
</style>