Shades of Lime Green #2FC21F
Tints of Lime Green #2FC21F
RGB
CMYK
RGB Variations
Color information
#2FC21F (or 0x2FC21F) is known color: Lime Green. HEX triplet: 2F, C2 and 1F. RGB value is (47,194,31). Sum of RGB (Red+Green+Blue) = 47+194+31=272 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.28% from 272); Green value is 194 (76.17% from 255 or 71.32% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC21F is #D03DE0. Grayscale: #838383. Windows color (decimal): -13647329 or 2081327. OLE color: 2081327.
HSL color Cylindrical-coordinate representation of color #2FC21F: hue angle of 114.11º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FC21F is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 31 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.24 |
| HSL | 114.11º | 0.72% | 0.44% | - |
| HSV(B) | 114.11º | 0.84% | 0.76% | - |
| XYZ | 20.71 | 39.29 | 7.79 | - |
| YUV | 131.47 | 71.3 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 31 | 0.76 | 0 | 0.84 | 0.24 | 114.11 | 0.72 | 0.44 |
| Hex | 2F | C2 | 1F | 4C | 0 | 54 | 18 | 72 | 48 | 2C |
| Octal | 57 | 302 | 37 | 114 | 0 | 124 | 30 | 162 | 110 | 54 |
| Binary | 101111 | 11000010 | 11111 | 1001100 | 0 | 1010100 | 11000 | 1110010 | 1001000 | 101100 |
Color Harmonies of #2FC21F
Complementary color
Monochromatic Colors of #2FC21F
Black with #2FC21F
Text Example
Text Example
White with #2FC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC21F; }
p { color: rgb(47,194,31); }
H1.HeaderClassName
{
color: #2FC21F;
}
.AnyTagClassName
{
color: #2FC21F;
}
</style>
background-color css
<style>
a { background-color: #2FC21F; }
a { background-color: rgb(47,194,31); }
div.DivClassName
{
background-color: #2FC21F;
}
.BgClassName
{
background-color: #2FC21F;
}
</style>
border-color css
<style>
span { border-color: #2FC21F; }
span { border-color: rgb(47,194,31); }
td.TdClassName
{
border-color: #2FC21F;
}
.TagClassName
{
border-color: #2FC21F;
}
</style>