Shades of Lime Green #2FC236
Tints of Lime Green #2FC236
RGB
CMYK
RGB Variations
Color information
#2FC236 (or 0x2FC236) is known color: Lime Green. HEX triplet: 2F, C2 and 36. RGB value is (47,194,54). Sum of RGB (Red+Green+Blue) = 47+194+54=295 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.93% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC236 is #D03DC9. Grayscale: #868686. Windows color (decimal): -13647306 or 3588655. OLE color: 3588655.
HSL color Cylindrical-coordinate representation of color #2FC236: hue angle of 122.86º 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 #2FC236 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 54 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.24 |
| HSL | 122.86º | 0.61% | 0.47% | - |
| HSV(B) | 122.86º | 0.76% | 0.76% | - |
| XYZ | 21.13 | 39.45 | 9.99 | - |
| YUV | 134.09 | 82.8 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 54 | 0.76 | 0 | 0.72 | 0.24 | 122.86 | 0.61 | 0.47 |
| Hex | 2F | C2 | 36 | 4C | 0 | 48 | 18 | 7B | 3D | 2F |
| Octal | 57 | 302 | 66 | 114 | 0 | 110 | 30 | 173 | 75 | 57 |
| Binary | 101111 | 11000010 | 110110 | 1001100 | 0 | 1001000 | 11000 | 1111011 | 111101 | 101111 |
Color Harmonies of #2FC236
Complementary color
Monochromatic Colors of #2FC236
Black with #2FC236
Text Example
Text Example
White with #2FC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC236; }
p { color: rgb(47,194,54); }
H1.HeaderClassName
{
color: #2FC236;
}
.AnyTagClassName
{
color: #2FC236;
}
</style>
background-color css
<style>
a { background-color: #2FC236; }
a { background-color: rgb(47,194,54); }
div.DivClassName
{
background-color: #2FC236;
}
.BgClassName
{
background-color: #2FC236;
}
</style>
border-color css
<style>
span { border-color: #2FC236; }
span { border-color: rgb(47,194,54); }
td.TdClassName
{
border-color: #2FC236;
}
.TagClassName
{
border-color: #2FC236;
}
</style>