Shades of Lime Green #2FBA38
Tints of Lime Green #2FBA38
RGB
CMYK
RGB Variations
Color information
#2FBA38 (or 0x2FBA38) is known color: Lime Green. HEX triplet: 2F, BA and 38. RGB value is (47,186,56). Sum of RGB (Red+Green+Blue) = 47+186+56=289 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.26% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #2FBA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBA38 is #D045C7. Grayscale: #828282. Windows color (decimal): -13649352 or 3717679. OLE color: 3717679.
HSL color Cylindrical-coordinate representation of color #2FBA38: hue angle of 123.88º 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 #2FBA38 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 186 | 56 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.27 |
| HSL | 123.88º | 0.6% | 0.46% | - |
| HSV(B) | 123.88º | 0.75% | 0.73% | - |
| XYZ | 19.45 | 36.01 | 9.67 | - |
| YUV | 129.62 | 86.45 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 186 | 56 | 0.75 | 0 | 0.70 | 0.27 | 123.88 | 0.6 | 0.46 |
| Hex | 2F | BA | 38 | 4B | 0 | 46 | 1B | 7C | 3C | 2E |
| Octal | 57 | 272 | 70 | 113 | 0 | 106 | 33 | 174 | 74 | 56 |
| Binary | 101111 | 10111010 | 111000 | 1001011 | 0 | 1000110 | 11011 | 1111100 | 111100 | 101110 |
Color Harmonies of #2FBA38
Complementary color
Monochromatic Colors of #2FBA38
Black with #2FBA38
Text Example
Text Example
White with #2FBA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBA38; }
p { color: rgb(47,186,56); }
H1.HeaderClassName
{
color: #2FBA38;
}
.AnyTagClassName
{
color: #2FBA38;
}
</style>
background-color css
<style>
a { background-color: #2FBA38; }
a { background-color: rgb(47,186,56); }
div.DivClassName
{
background-color: #2FBA38;
}
.BgClassName
{
background-color: #2FBA38;
}
</style>
border-color css
<style>
span { border-color: #2FBA38; }
span { border-color: rgb(47,186,56); }
td.TdClassName
{
border-color: #2FBA38;
}
.TagClassName
{
border-color: #2FBA38;
}
</style>