Shades of Lime Green #2FC421
Tints of Lime Green #2FC421
RGB
CMYK
RGB Variations
Color information
#2FC421 (or 0x2FC421) is known color: Lime Green. HEX triplet: 2F, C4 and 21. RGB value is (47,196,33). Sum of RGB (Red+Green+Blue) = 47+196+33=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 196 (76.95% from 255 or 71.01% from 276); Blue value is 33 (13.28% from 255 or 11.96% from 276); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC421 is #D03BDE. Grayscale: #858585. Windows color (decimal): -13646815 or 2212911. OLE color: 2212911.
HSL color Cylindrical-coordinate representation of color #2FC421: hue angle of 114.85º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FC421 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 33 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.23 |
| HSL | 114.85º | 0.71% | 0.45% | - |
| HSV(B) | 114.85º | 0.83% | 0.77% | - |
| XYZ | 21.19 | 40.19 | 8.08 | - |
| YUV | 132.87 | 71.64 | 66.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 33 | 0.76 | 0 | 0.83 | 0.23 | 114.85 | 0.71 | 0.45 |
| Hex | 2F | C4 | 21 | 4C | 0 | 53 | 17 | 73 | 47 | 2D |
| Octal | 57 | 304 | 41 | 114 | 0 | 123 | 27 | 163 | 107 | 55 |
| Binary | 101111 | 11000100 | 100001 | 1001100 | 0 | 1010011 | 10111 | 1110011 | 1000111 | 101101 |
Color Harmonies of #2FC421
Complementary color
Monochromatic Colors of #2FC421
Black with #2FC421
Text Example
Text Example
White with #2FC421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC421; }
p { color: rgb(47,196,33); }
H1.HeaderClassName
{
color: #2FC421;
}
.AnyTagClassName
{
color: #2FC421;
}
</style>
background-color css
<style>
a { background-color: #2FC421; }
a { background-color: rgb(47,196,33); }
div.DivClassName
{
background-color: #2FC421;
}
.BgClassName
{
background-color: #2FC421;
}
</style>
border-color css
<style>
span { border-color: #2FC421; }
span { border-color: rgb(47,196,33); }
td.TdClassName
{
border-color: #2FC421;
}
.TagClassName
{
border-color: #2FC421;
}
</style>