Shades of Lime Green #2FC83A
Tints of Lime Green #2FC83A
RGB
CMYK
RGB Variations
Color information
#2FC83A (or 0x2FC83A) is known color: Lime Green. HEX triplet: 2F, C8 and 3A. RGB value is (47,200,58). Sum of RGB (Red+Green+Blue) = 47+200+58=305 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.41% from 305); Green value is 200 (78.52% from 255 or 65.57% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC83A is #D037C5. Grayscale: #8A8A8A. Windows color (decimal): -13645766 or 3852335. OLE color: 3852335.
HSL color Cylindrical-coordinate representation of color #2FC83A: hue angle of 124.31º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC83A is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 58 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.22 |
| HSL | 124.31º | 0.62% | 0.48% | - |
| HSV(B) | 124.31º | 0.77% | 0.78% | - |
| XYZ | 22.59 | 42.22 | 10.96 | - |
| YUV | 138.07 | 82.81 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 58 | 0.76 | 0 | 0.71 | 0.22 | 124.31 | 0.62 | 0.48 |
| Hex | 2F | C8 | 3A | 4C | 0 | 47 | 16 | 7C | 3E | 30 |
| Octal | 57 | 310 | 72 | 114 | 0 | 107 | 26 | 174 | 76 | 60 |
| Binary | 101111 | 11001000 | 111010 | 1001100 | 0 | 1000111 | 10110 | 1111100 | 111110 | 110000 |
Color Harmonies of #2FC83A
Complementary color
Monochromatic Colors of #2FC83A
Black with #2FC83A
Text Example
Text Example
White with #2FC83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC83A; }
p { color: rgb(47,200,58); }
H1.HeaderClassName
{
color: #2FC83A;
}
.AnyTagClassName
{
color: #2FC83A;
}
</style>
background-color css
<style>
a { background-color: #2FC83A; }
a { background-color: rgb(47,200,58); }
div.DivClassName
{
background-color: #2FC83A;
}
.BgClassName
{
background-color: #2FC83A;
}
</style>
border-color css
<style>
span { border-color: #2FC83A; }
span { border-color: rgb(47,200,58); }
td.TdClassName
{
border-color: #2FC83A;
}
.TagClassName
{
border-color: #2FC83A;
}
</style>