Shades of Lime Green #2FC231
Tints of Lime Green #2FC231
RGB
CMYK
RGB Variations
Color information
#2FC231 (or 0x2FC231) is known color: Lime Green. HEX triplet: 2F, C2 and 31. RGB value is (47,194,49). Sum of RGB (Red+Green+Blue) = 47+194+49=290 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.21% from 290); Green value is 194 (76.17% from 255 or 66.90% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC231 is #D03DCE. Grayscale: #858585. Windows color (decimal): -13647311 or 3260975. OLE color: 3260975.
HSL color Cylindrical-coordinate representation of color #2FC231: hue angle of 120.82º 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 #2FC231 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 49 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.24 |
| HSL | 120.82º | 0.61% | 0.47% | - |
| HSV(B) | 120.82º | 0.76% | 0.76% | - |
| XYZ | 21.02 | 39.41 | 9.4 | - |
| YUV | 133.52 | 80.3 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 49 | 0.76 | 0 | 0.75 | 0.24 | 120.82 | 0.61 | 0.47 |
| Hex | 2F | C2 | 31 | 4C | 0 | 4B | 18 | 79 | 3D | 2F |
| Octal | 57 | 302 | 61 | 114 | 0 | 113 | 30 | 171 | 75 | 57 |
| Binary | 101111 | 11000010 | 110001 | 1001100 | 0 | 1001011 | 11000 | 1111001 | 111101 | 101111 |
Color Harmonies of #2FC231
Complementary color
Monochromatic Colors of #2FC231
Black with #2FC231
Text Example
Text Example
White with #2FC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC231; }
p { color: rgb(47,194,49); }
H1.HeaderClassName
{
color: #2FC231;
}
.AnyTagClassName
{
color: #2FC231;
}
</style>
background-color css
<style>
a { background-color: #2FC231; }
a { background-color: rgb(47,194,49); }
div.DivClassName
{
background-color: #2FC231;
}
.BgClassName
{
background-color: #2FC231;
}
</style>
border-color css
<style>
span { border-color: #2FC231; }
span { border-color: rgb(47,194,49); }
td.TdClassName
{
border-color: #2FC231;
}
.TagClassName
{
border-color: #2FC231;
}
</style>