Shades of Lime Green #2FC028
Tints of Lime Green #2FC028
RGB
CMYK
RGB Variations
Color information
#2FC028 (or 0x2FC028) is known color: Lime Green. HEX triplet: 2F, C0 and 28. RGB value is (47,192,40). Sum of RGB (Red+Green+Blue) = 47+192+40=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC028 is #D03FD7. Grayscale: #838383. Windows color (decimal): -13647832 or 2670639. OLE color: 2670639.
HSL color Cylindrical-coordinate representation of color #2FC028: hue angle of 117.24º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FC028 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 40 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.25 |
| HSL | 117.24º | 0.66% | 0.45% | - |
| HSV(B) | 117.24º | 0.79% | 0.75% | - |
| XYZ | 20.4 | 38.46 | 8.35 | - |
| YUV | 131.32 | 76.46 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 40 | 0.76 | 0 | 0.79 | 0.25 | 117.24 | 0.66 | 0.45 |
| Hex | 2F | C0 | 28 | 4C | 0 | 4F | 19 | 75 | 42 | 2D |
| Octal | 57 | 300 | 50 | 114 | 0 | 117 | 31 | 165 | 102 | 55 |
| Binary | 101111 | 11000000 | 101000 | 1001100 | 0 | 1001111 | 11001 | 1110101 | 1000010 | 101101 |
Color Harmonies of #2FC028
Complementary color
Monochromatic Colors of #2FC028
Black with #2FC028
Text Example
Text Example
White with #2FC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC028; }
p { color: rgb(47,192,40); }
H1.HeaderClassName
{
color: #2FC028;
}
.AnyTagClassName
{
color: #2FC028;
}
</style>
background-color css
<style>
a { background-color: #2FC028; }
a { background-color: rgb(47,192,40); }
div.DivClassName
{
background-color: #2FC028;
}
.BgClassName
{
background-color: #2FC028;
}
</style>
border-color css
<style>
span { border-color: #2FC028; }
span { border-color: rgb(47,192,40); }
td.TdClassName
{
border-color: #2FC028;
}
.TagClassName
{
border-color: #2FC028;
}
</style>