Shades of Lime Green #2FB83E
Tints of Lime Green #2FB83E
RGB
CMYK
RGB Variations
Color information
#2FB83E (or 0x2FB83E) is known color: Lime Green. HEX triplet: 2F, B8 and 3E. RGB value is (47,184,62). Sum of RGB (Red+Green+Blue) = 47+184+62=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 184 (72.27% from 255 or 62.80% from 293); Blue value is 62 (24.61% from 255 or 21.16% from 293); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB83E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB83E is #D047C1. Grayscale: #818181. Windows color (decimal): -13649858 or 4110383. OLE color: 4110383.
HSL color Cylindrical-coordinate representation of color #2FB83E: hue angle of 126.57º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB83E is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 62 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.28 |
| HSL | 126.57º | 0.59% | 0.45% | - |
| HSV(B) | 126.57º | 0.74% | 0.72% | - |
| XYZ | 19.18 | 35.23 | 10.35 | - |
| YUV | 129.13 | 90.11 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 62 | 0.74 | 0 | 0.66 | 0.28 | 126.57 | 0.59 | 0.45 |
| Hex | 2F | B8 | 3E | 4A | 0 | 42 | 1C | 7F | 3B | 2D |
| Octal | 57 | 270 | 76 | 112 | 0 | 102 | 34 | 177 | 73 | 55 |
| Binary | 101111 | 10111000 | 111110 | 1001010 | 0 | 1000010 | 11100 | 1111111 | 111011 | 101101 |
Color Harmonies of #2FB83E
Complementary color
Monochromatic Colors of #2FB83E
Black with #2FB83E
Text Example
Text Example
White with #2FB83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB83E; }
p { color: rgb(47,184,62); }
H1.HeaderClassName
{
color: #2FB83E;
}
.AnyTagClassName
{
color: #2FB83E;
}
</style>
background-color css
<style>
a { background-color: #2FB83E; }
a { background-color: rgb(47,184,62); }
div.DivClassName
{
background-color: #2FB83E;
}
.BgClassName
{
background-color: #2FB83E;
}
</style>
border-color css
<style>
span { border-color: #2FB83E; }
span { border-color: rgb(47,184,62); }
td.TdClassName
{
border-color: #2FB83E;
}
.TagClassName
{
border-color: #2FB83E;
}
</style>