Shades of Lime Green #2FC633
Tints of Lime Green #2FC633
RGB
CMYK
RGB Variations
Color information
#2FC633 (or 0x2FC633) is known color: Lime Green. HEX triplet: 2F, C6 and 33. RGB value is (47,198,51). Sum of RGB (Red+Green+Blue) = 47+198+51=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 198 (77.73% from 255 or 66.89% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC633 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC633 is #D039CC. Grayscale: #888888. Windows color (decimal): -13646285 or 3393071. OLE color: 3393071.
HSL color Cylindrical-coordinate representation of color #2FC633: hue angle of 121.59º 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 #2FC633 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 51 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.22 |
| HSL | 121.59º | 0.62% | 0.48% | - |
| HSV(B) | 121.59º | 0.76% | 0.78% | - |
| XYZ | 21.96 | 41.23 | 9.93 | - |
| YUV | 136.09 | 79.97 | 64.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 51 | 0.76 | 0 | 0.74 | 0.22 | 121.59 | 0.62 | 0.48 |
| Hex | 2F | C6 | 33 | 4C | 0 | 4A | 16 | 7A | 3E | 30 |
| Octal | 57 | 306 | 63 | 114 | 0 | 112 | 26 | 172 | 76 | 60 |
| Binary | 101111 | 11000110 | 110011 | 1001100 | 0 | 1001010 | 10110 | 1111010 | 111110 | 110000 |
Color Harmonies of #2FC633
Complementary color
Monochromatic Colors of #2FC633
Black with #2FC633
Text Example
Text Example
White with #2FC633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC633; }
p { color: rgb(47,198,51); }
H1.HeaderClassName
{
color: #2FC633;
}
.AnyTagClassName
{
color: #2FC633;
}
</style>
background-color css
<style>
a { background-color: #2FC633; }
a { background-color: rgb(47,198,51); }
div.DivClassName
{
background-color: #2FC633;
}
.BgClassName
{
background-color: #2FC633;
}
</style>
border-color css
<style>
span { border-color: #2FC633; }
span { border-color: rgb(47,198,51); }
td.TdClassName
{
border-color: #2FC633;
}
.TagClassName
{
border-color: #2FC633;
}
</style>