Shades of Lime Green #2FB63B
Tints of Lime Green #2FB63B
RGB
CMYK
RGB Variations
Color information
#2FB63B (or 0x2FB63B) is known color: Lime Green. HEX triplet: 2F, B6 and 3B. RGB value is (47,182,59). Sum of RGB (Red+Green+Blue) = 47+182+59=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 182 (71.48% from 255 or 63.19% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 182 - color contains mainly: green. Hex color #2FB63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FB63B is #D049C4. Grayscale: #7F7F7F. Windows color (decimal): -13650373 or 3913263. OLE color: 3913263.
HSL color Cylindrical-coordinate representation of color #2FB63B: hue angle of 125.33º 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 #2FB63B is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 47 | 182 | 59 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.29 |
| HSL | 125.33º | 0.59% | 0.45% | - |
| HSV(B) | 125.33º | 0.74% | 0.71% | - |
| XYZ | 18.69 | 34.38 | 9.79 | - |
| YUV | 127.61 | 89.27 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 182 | 59 | 0.74 | 0 | 0.68 | 0.29 | 125.33 | 0.59 | 0.45 |
| Hex | 2F | B6 | 3B | 4A | 0 | 44 | 1D | 7D | 3B | 2D |
| Octal | 57 | 266 | 73 | 112 | 0 | 104 | 35 | 175 | 73 | 55 |
| Binary | 101111 | 10110110 | 111011 | 1001010 | 0 | 1000100 | 11101 | 1111101 | 111011 | 101101 |
Color Harmonies of #2FB63B
Complementary color
Monochromatic Colors of #2FB63B
Black with #2FB63B
Text Example
Text Example
White with #2FB63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FB63B; }
p { color: rgb(47,182,59); }
H1.HeaderClassName
{
color: #2FB63B;
}
.AnyTagClassName
{
color: #2FB63B;
}
</style>
background-color css
<style>
a { background-color: #2FB63B; }
a { background-color: rgb(47,182,59); }
div.DivClassName
{
background-color: #2FB63B;
}
.BgClassName
{
background-color: #2FB63B;
}
</style>
border-color css
<style>
span { border-color: #2FB63B; }
span { border-color: rgb(47,182,59); }
td.TdClassName
{
border-color: #2FB63B;
}
.TagClassName
{
border-color: #2FB63B;
}
</style>