Shades of Lime Green #2FC030
Tints of Lime Green #2FC030
RGB
CMYK
RGB Variations
Color information
#2FC030 (or 0x2FC030) is known color: Lime Green. HEX triplet: 2F, C0 and 30. RGB value is (47,192,48). Sum of RGB (Red+Green+Blue) = 47+192+48=287 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.38% from 287); Green value is 192 (75.39% from 255 or 66.90% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC030 is #D03FCF. Grayscale: #848484. Windows color (decimal): -13647824 or 3194927. OLE color: 3194927.
HSL color Cylindrical-coordinate representation of color #2FC030: hue angle of 120.41º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC030 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 48 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.25 |
| HSL | 120.41º | 0.61% | 0.47% | - |
| HSV(B) | 120.41º | 0.76% | 0.75% | - |
| XYZ | 20.56 | 38.52 | 9.15 | - |
| YUV | 132.23 | 80.46 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 48 | 0.76 | 0 | 0.75 | 0.25 | 120.41 | 0.61 | 0.47 |
| Hex | 2F | C0 | 30 | 4C | 0 | 4B | 19 | 78 | 3D | 2F |
| Octal | 57 | 300 | 60 | 114 | 0 | 113 | 31 | 170 | 75 | 57 |
| Binary | 101111 | 11000000 | 110000 | 1001100 | 0 | 1001011 | 11001 | 1111000 | 111101 | 101111 |
Color Harmonies of #2FC030
Complementary color
Monochromatic Colors of #2FC030
Black with #2FC030
Text Example
Text Example
White with #2FC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC030; }
p { color: rgb(47,192,48); }
H1.HeaderClassName
{
color: #2FC030;
}
.AnyTagClassName
{
color: #2FC030;
}
</style>
background-color css
<style>
a { background-color: #2FC030; }
a { background-color: rgb(47,192,48); }
div.DivClassName
{
background-color: #2FC030;
}
.BgClassName
{
background-color: #2FC030;
}
</style>
border-color css
<style>
span { border-color: #2FC030; }
span { border-color: rgb(47,192,48); }
td.TdClassName
{
border-color: #2FC030;
}
.TagClassName
{
border-color: #2FC030;
}
</style>