Shades of Lime Green #2FC833
Tints of Lime Green #2FC833
RGB
CMYK
RGB Variations
Color information
#2FC833 (or 0x2FC833) is known color: Lime Green. HEX triplet: 2F, C8 and 33. RGB value is (47,200,51). Sum of RGB (Red+Green+Blue) = 47+200+51=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 200 (78.52% from 255 or 67.11% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC833 is #D037CC. Grayscale: #898989. Windows color (decimal): -13645773 or 3393583. OLE color: 3393583.
HSL color Cylindrical-coordinate representation of color #2FC833: hue angle of 121.57º 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 #2FC833 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 51 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.22 |
| HSL | 121.57º | 0.62% | 0.48% | - |
| HSV(B) | 121.57º | 0.77% | 0.78% | - |
| XYZ | 22.42 | 42.15 | 10.09 | - |
| YUV | 137.27 | 79.31 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 51 | 0.76 | 0 | 0.74 | 0.22 | 121.57 | 0.62 | 0.48 |
| Hex | 2F | C8 | 33 | 4C | 0 | 4A | 16 | 7A | 3E | 30 |
| Octal | 57 | 310 | 63 | 114 | 0 | 112 | 26 | 172 | 76 | 60 |
| Binary | 101111 | 11001000 | 110011 | 1001100 | 0 | 1001010 | 10110 | 1111010 | 111110 | 110000 |
Color Harmonies of #2FC833
Complementary color
Monochromatic Colors of #2FC833
Black with #2FC833
Text Example
Text Example
White with #2FC833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC833; }
p { color: rgb(47,200,51); }
H1.HeaderClassName
{
color: #2FC833;
}
.AnyTagClassName
{
color: #2FC833;
}
</style>
background-color css
<style>
a { background-color: #2FC833; }
a { background-color: rgb(47,200,51); }
div.DivClassName
{
background-color: #2FC833;
}
.BgClassName
{
background-color: #2FC833;
}
</style>
border-color css
<style>
span { border-color: #2FC833; }
span { border-color: rgb(47,200,51); }
td.TdClassName
{
border-color: #2FC833;
}
.TagClassName
{
border-color: #2FC833;
}
</style>