Shades of Lime Green #2FC628
Tints of Lime Green #2FC628
RGB
CMYK
RGB Variations
Color information
#2FC628 (or 0x2FC628) is known color: Lime Green. HEX triplet: 2F, C6 and 28. RGB value is (47,198,40). Sum of RGB (Red+Green+Blue) = 47+198+40=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 198 (77.73% from 255 or 69.47% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC628 is #D039D7. Grayscale: #878787. Windows color (decimal): -13646296 or 2672175. OLE color: 2672175.
HSL color Cylindrical-coordinate representation of color #2FC628: hue angle of 117.34º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FC628 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 40 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.22 |
| HSL | 117.34º | 0.66% | 0.47% | - |
| HSV(B) | 117.34º | 0.8% | 0.78% | - |
| XYZ | 21.75 | 41.15 | 8.8 | - |
| YUV | 134.84 | 74.47 | 65.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 40 | 0.76 | 0 | 0.80 | 0.22 | 117.34 | 0.66 | 0.47 |
| Hex | 2F | C6 | 28 | 4C | 0 | 50 | 16 | 75 | 42 | 2F |
| Octal | 57 | 306 | 50 | 114 | 0 | 120 | 26 | 165 | 102 | 57 |
| Binary | 101111 | 11000110 | 101000 | 1001100 | 0 | 1010000 | 10110 | 1110101 | 1000010 | 101111 |
Color Harmonies of #2FC628
Complementary color
Monochromatic Colors of #2FC628
Black with #2FC628
Text Example
Text Example
White with #2FC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC628; }
p { color: rgb(47,198,40); }
H1.HeaderClassName
{
color: #2FC628;
}
.AnyTagClassName
{
color: #2FC628;
}
</style>
background-color css
<style>
a { background-color: #2FC628; }
a { background-color: rgb(47,198,40); }
div.DivClassName
{
background-color: #2FC628;
}
.BgClassName
{
background-color: #2FC628;
}
</style>
border-color css
<style>
span { border-color: #2FC628; }
span { border-color: rgb(47,198,40); }
td.TdClassName
{
border-color: #2FC628;
}
.TagClassName
{
border-color: #2FC628;
}
</style>