Shades of Lime Green #2FB63E
Tints of Lime Green #2FB63E
RGB
CMYK
RGB Variations
Color information
#2FB63E (or 0x2FB63E) is known color: Lime Green. HEX triplet: 2F, B6 and 3E. RGB value is (47,182,62). Sum of RGB (Red+Green+Blue) = 47+182+62=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 182 (71.48% from 255 or 62.54% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB63E is #D049C1. Grayscale: #808080. Windows color (decimal): -13650370 or 4109871. OLE color: 4109871.
HSL color Cylindrical-coordinate representation of color #2FB63E: hue angle of 126.67º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB63E is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 62 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.29 |
| HSL | 126.67º | 0.59% | 0.45% | - |
| HSV(B) | 126.67º | 0.74% | 0.71% | - |
| XYZ | 18.77 | 34.41 | 10.21 | - |
| YUV | 127.96 | 90.77 | 70.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 62 | 0.74 | 0 | 0.66 | 0.29 | 126.67 | 0.59 | 0.45 |
| Hex | 2F | B6 | 3E | 4A | 0 | 42 | 1D | 7F | 3B | 2D |
| Octal | 57 | 266 | 76 | 112 | 0 | 102 | 35 | 177 | 73 | 55 |
| Binary | 101111 | 10110110 | 111110 | 1001010 | 0 | 1000010 | 11101 | 1111111 | 111011 | 101101 |
Color Harmonies of #2FB63E
Complementary color
Monochromatic Colors of #2FB63E
Black with #2FB63E
Text Example
Text Example
White with #2FB63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB63E; }
p { color: rgb(47,182,62); }
H1.HeaderClassName
{
color: #2FB63E;
}
.AnyTagClassName
{
color: #2FB63E;
}
</style>
background-color css
<style>
a { background-color: #2FB63E; }
a { background-color: rgb(47,182,62); }
div.DivClassName
{
background-color: #2FB63E;
}
.BgClassName
{
background-color: #2FB63E;
}
</style>
border-color css
<style>
span { border-color: #2FB63E; }
span { border-color: rgb(47,182,62); }
td.TdClassName
{
border-color: #2FB63E;
}
.TagClassName
{
border-color: #2FB63E;
}
</style>