Shades of Lime Green #2FB83C
Tints of Lime Green #2FB83C
RGB
CMYK
RGB Variations
Color information
#2FB83C (or 0x2FB83C) is known color: Lime Green. HEX triplet: 2F, B8 and 3C. RGB value is (47,184,60). Sum of RGB (Red+Green+Blue) = 47+184+60=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 184 (72.27% from 255 or 63.23% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 184 - color contains mainly: green. Hex color #2FB83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB83C is #D047C3. Grayscale: #818181. Windows color (decimal): -13649860 or 3979311. OLE color: 3979311.
HSL color Cylindrical-coordinate representation of color #2FB83C: hue angle of 125.69º 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 #2FB83C is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 47 | 184 | 60 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.28 |
| HSL | 125.69º | 0.59% | 0.45% | - |
| HSV(B) | 125.69º | 0.74% | 0.72% | - |
| XYZ | 19.13 | 35.21 | 10.06 | - |
| YUV | 128.9 | 89.11 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 184 | 60 | 0.74 | 0 | 0.67 | 0.28 | 125.69 | 0.59 | 0.45 |
| Hex | 2F | B8 | 3C | 4A | 0 | 43 | 1C | 7E | 3B | 2D |
| Octal | 57 | 270 | 74 | 112 | 0 | 103 | 34 | 176 | 73 | 55 |
| Binary | 101111 | 10111000 | 111100 | 1001010 | 0 | 1000011 | 11100 | 1111110 | 111011 | 101101 |
Color Harmonies of #2FB83C
Complementary color
Monochromatic Colors of #2FB83C
Black with #2FB83C
Text Example
Text Example
White with #2FB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB83C; }
p { color: rgb(47,184,60); }
H1.HeaderClassName
{
color: #2FB83C;
}
.AnyTagClassName
{
color: #2FB83C;
}
</style>
background-color css
<style>
a { background-color: #2FB83C; }
a { background-color: rgb(47,184,60); }
div.DivClassName
{
background-color: #2FB83C;
}
.BgClassName
{
background-color: #2FB83C;
}
</style>
border-color css
<style>
span { border-color: #2FB83C; }
span { border-color: rgb(47,184,60); }
td.TdClassName
{
border-color: #2FB83C;
}
.TagClassName
{
border-color: #2FB83C;
}
</style>