Shades of Lime Green #2FBA3C
Tints of Lime Green #2FBA3C
RGB
CMYK
RGB Variations
Color information
#2FBA3C (or 0x2FBA3C) is known color: Lime Green. HEX triplet: 2F, BA and 3C. RGB value is (47,186,60). Sum of RGB (Red+Green+Blue) = 47+186+60=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA3C is #D045C3. Grayscale: #828282. Windows color (decimal): -13649348 or 3979823. OLE color: 3979823.
HSL color Cylindrical-coordinate representation of color #2FBA3C: hue angle of 125.61º 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 #2FBA3C is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 60 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.27 |
| HSL | 125.61º | 0.6% | 0.46% | - |
| HSV(B) | 125.61º | 0.75% | 0.73% | - |
| XYZ | 19.55 | 36.05 | 10.2 | - |
| YUV | 130.08 | 88.45 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 60 | 0.75 | 0 | 0.68 | 0.27 | 125.61 | 0.6 | 0.46 |
| Hex | 2F | BA | 3C | 4B | 0 | 44 | 1B | 7E | 3C | 2E |
| Octal | 57 | 272 | 74 | 113 | 0 | 104 | 33 | 176 | 74 | 56 |
| Binary | 101111 | 10111010 | 111100 | 1001011 | 0 | 1000100 | 11011 | 1111110 | 111100 | 101110 |
Color Harmonies of #2FBA3C
Complementary color
Monochromatic Colors of #2FBA3C
Black with #2FBA3C
Text Example
Text Example
White with #2FBA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA3C; }
p { color: rgb(47,186,60); }
H1.HeaderClassName
{
color: #2FBA3C;
}
.AnyTagClassName
{
color: #2FBA3C;
}
</style>
background-color css
<style>
a { background-color: #2FBA3C; }
a { background-color: rgb(47,186,60); }
div.DivClassName
{
background-color: #2FBA3C;
}
.BgClassName
{
background-color: #2FBA3C;
}
</style>
border-color css
<style>
span { border-color: #2FBA3C; }
span { border-color: rgb(47,186,60); }
td.TdClassName
{
border-color: #2FBA3C;
}
.TagClassName
{
border-color: #2FBA3C;
}
</style>