Shades of Lime Green #2FBA34
Tints of Lime Green #2FBA34
RGB
CMYK
RGB Variations
Color information
#2FBA34 (or 0x2FBA34) is known color: Lime Green. HEX triplet: 2F, BA and 34. RGB value is (47,186,52). Sum of RGB (Red+Green+Blue) = 47+186+52=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 186 (73.05% from 255 or 65.26% from 285); Blue value is 52 (20.70% from 255 or 18.25% from 285); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA34 is #D045CB. Grayscale: #818181. Windows color (decimal): -13649356 or 3455535. OLE color: 3455535.
HSL color Cylindrical-coordinate representation of color #2FBA34: hue angle of 122.16º 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 #2FBA34 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 52 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.27 |
| HSL | 122.16º | 0.6% | 0.46% | - |
| HSV(B) | 122.16º | 0.75% | 0.73% | - |
| XYZ | 19.35 | 35.97 | 9.17 | - |
| YUV | 129.16 | 84.45 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 52 | 0.75 | 0 | 0.72 | 0.27 | 122.16 | 0.6 | 0.46 |
| Hex | 2F | BA | 34 | 4B | 0 | 48 | 1B | 7A | 3C | 2E |
| Octal | 57 | 272 | 64 | 113 | 0 | 110 | 33 | 172 | 74 | 56 |
| Binary | 101111 | 10111010 | 110100 | 1001011 | 0 | 1001000 | 11011 | 1111010 | 111100 | 101110 |
Color Harmonies of #2FBA34
Complementary color
Monochromatic Colors of #2FBA34
Black with #2FBA34
Text Example
Text Example
White with #2FBA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA34; }
p { color: rgb(47,186,52); }
H1.HeaderClassName
{
color: #2FBA34;
}
.AnyTagClassName
{
color: #2FBA34;
}
</style>
background-color css
<style>
a { background-color: #2FBA34; }
a { background-color: rgb(47,186,52); }
div.DivClassName
{
background-color: #2FBA34;
}
.BgClassName
{
background-color: #2FBA34;
}
</style>
border-color css
<style>
span { border-color: #2FBA34; }
span { border-color: rgb(47,186,52); }
td.TdClassName
{
border-color: #2FBA34;
}
.TagClassName
{
border-color: #2FBA34;
}
</style>