Shades of Lime Green #2FC121
Tints of Lime Green #2FC121
RGB
CMYK
RGB Variations
Color information
#2FC121 (or 0x2FC121) is known color: Lime Green. HEX triplet: 2F, C1 and 21. RGB value is (47,193,33). Sum of RGB (Red+Green+Blue) = 47+193+33=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 193 (75.78% from 255 or 70.70% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC121 is #D03EDE. Grayscale: #838383. Windows color (decimal): -13647583 or 2212143. OLE color: 2212143.
HSL color Cylindrical-coordinate representation of color #2FC121: hue angle of 114.75º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2FC121 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 33 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.24 |
| HSL | 114.75º | 0.71% | 0.44% | - |
| HSV(B) | 114.75º | 0.83% | 0.76% | - |
| XYZ | 20.52 | 38.85 | 7.86 | - |
| YUV | 131.11 | 72.63 | 68.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 33 | 0.76 | 0 | 0.83 | 0.24 | 114.75 | 0.71 | 0.44 |
| Hex | 2F | C1 | 21 | 4C | 0 | 53 | 18 | 73 | 47 | 2C |
| Octal | 57 | 301 | 41 | 114 | 0 | 123 | 30 | 163 | 107 | 54 |
| Binary | 101111 | 11000001 | 100001 | 1001100 | 0 | 1010011 | 11000 | 1110011 | 1000111 | 101100 |
Color Harmonies of #2FC121
Complementary color
Monochromatic Colors of #2FC121
Black with #2FC121
Text Example
Text Example
White with #2FC121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC121; }
p { color: rgb(47,193,33); }
H1.HeaderClassName
{
color: #2FC121;
}
.AnyTagClassName
{
color: #2FC121;
}
</style>
background-color css
<style>
a { background-color: #2FC121; }
a { background-color: rgb(47,193,33); }
div.DivClassName
{
background-color: #2FC121;
}
.BgClassName
{
background-color: #2FC121;
}
</style>
border-color css
<style>
span { border-color: #2FC121; }
span { border-color: rgb(47,193,33); }
td.TdClassName
{
border-color: #2FC121;
}
.TagClassName
{
border-color: #2FC121;
}
</style>