Shades of Lime Green #2FC034
Tints of Lime Green #2FC034
RGB
CMYK
RGB Variations
Color information
#2FC034 (or 0x2FC034) is known color: Lime Green. HEX triplet: 2F, C0 and 34. RGB value is (47,192,52). Sum of RGB (Red+Green+Blue) = 47+192+52=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC034 is #D03FCB. Grayscale: #858585. Windows color (decimal): -13647820 or 3457071. OLE color: 3457071.
HSL color Cylindrical-coordinate representation of color #2FC034: hue angle of 122.07º 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 #2FC034 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 52 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.25 |
| HSL | 122.07º | 0.61% | 0.47% | - |
| HSV(B) | 122.07º | 0.76% | 0.75% | - |
| XYZ | 20.64 | 38.55 | 9.6 | - |
| YUV | 132.69 | 82.46 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 52 | 0.76 | 0 | 0.73 | 0.25 | 122.07 | 0.61 | 0.47 |
| Hex | 2F | C0 | 34 | 4C | 0 | 49 | 19 | 7A | 3D | 2F |
| Octal | 57 | 300 | 64 | 114 | 0 | 111 | 31 | 172 | 75 | 57 |
| Binary | 101111 | 11000000 | 110100 | 1001100 | 0 | 1001001 | 11001 | 1111010 | 111101 | 101111 |
Color Harmonies of #2FC034
Complementary color
Monochromatic Colors of #2FC034
Black with #2FC034
Text Example
Text Example
White with #2FC034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC034; }
p { color: rgb(47,192,52); }
H1.HeaderClassName
{
color: #2FC034;
}
.AnyTagClassName
{
color: #2FC034;
}
</style>
background-color css
<style>
a { background-color: #2FC034; }
a { background-color: rgb(47,192,52); }
div.DivClassName
{
background-color: #2FC034;
}
.BgClassName
{
background-color: #2FC034;
}
</style>
border-color css
<style>
span { border-color: #2FC034; }
span { border-color: rgb(47,192,52); }
td.TdClassName
{
border-color: #2FC034;
}
.TagClassName
{
border-color: #2FC034;
}
</style>