Shades of Lime Green #2FC352
Tints of Lime Green #2FC352
RGB
CMYK
RGB Variations
Color information
#2FC352 (or 0x2FC352) is known color: Lime Green. HEX triplet: 2F, C3 and 52. RGB value is (47,195,82). Sum of RGB (Red+Green+Blue) = 47+195+82=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 195 (76.56% from 255 or 60.19% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC352 is #D03CAD. Grayscale: #8A8A8A. Windows color (decimal): -13647022 or 5423919. OLE color: 5423919.
HSL color Cylindrical-coordinate representation of color #2FC352: hue angle of 134.19º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC352 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 82 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.24 |
| HSL | 134.19º | 0.61% | 0.47% | - |
| HSV(B) | 134.19º | 0.76% | 0.76% | - |
| XYZ | 22.21 | 40.24 | 14.58 | - |
| YUV | 137.87 | 96.47 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 82 | 0.76 | 0 | 0.58 | 0.24 | 134.19 | 0.61 | 0.47 |
| Hex | 2F | C3 | 52 | 4C | 0 | 3A | 18 | 86 | 3D | 2F |
| Octal | 57 | 303 | 122 | 114 | 0 | 72 | 30 | 206 | 75 | 57 |
| Binary | 101111 | 11000011 | 1010010 | 1001100 | 0 | 111010 | 11000 | 10000110 | 111101 | 101111 |
Color Harmonies of #2FC352
Complementary color
Monochromatic Colors of #2FC352
Black with #2FC352
Text Example
Text Example
White with #2FC352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC352; }
p { color: rgb(47,195,82); }
H1.HeaderClassName
{
color: #2FC352;
}
.AnyTagClassName
{
color: #2FC352;
}
</style>
background-color css
<style>
a { background-color: #2FC352; }
a { background-color: rgb(47,195,82); }
div.DivClassName
{
background-color: #2FC352;
}
.BgClassName
{
background-color: #2FC352;
}
</style>
border-color css
<style>
span { border-color: #2FC352; }
span { border-color: rgb(47,195,82); }
td.TdClassName
{
border-color: #2FC352;
}
.TagClassName
{
border-color: #2FC352;
}
</style>