Shades of Lime Green #2FC21C
Tints of Lime Green #2FC21C
RGB
CMYK
RGB Variations
Color information
#2FC21C (or 0x2FC21C) is known color: Lime Green. HEX triplet: 2F, C2 and 1C. RGB value is (47,194,28). Sum of RGB (Red+Green+Blue) = 47+194+28=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 194 (76.17% from 255 or 72.12% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC21C is #D03DE3. Grayscale: #838383. Windows color (decimal): -13647332 or 1884719. OLE color: 1884719.
HSL color Cylindrical-coordinate representation of color #2FC21C: hue angle of 113.13º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FC21C is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 28 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.24 |
| HSL | 113.13º | 0.75% | 0.44% | - |
| HSV(B) | 113.13º | 0.86% | 0.76% | - |
| XYZ | 20.67 | 39.27 | 7.59 | - |
| YUV | 131.12 | 69.8 | 68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 28 | 0.76 | 0 | 0.86 | 0.24 | 113.13 | 0.75 | 0.44 |
| Hex | 2F | C2 | 1C | 4C | 0 | 56 | 18 | 71 | 4B | 2C |
| Octal | 57 | 302 | 34 | 114 | 0 | 126 | 30 | 161 | 113 | 54 |
| Binary | 101111 | 11000010 | 11100 | 1001100 | 0 | 1010110 | 11000 | 1110001 | 1001011 | 101100 |
Color Harmonies of #2FC21C
Complementary color
Monochromatic Colors of #2FC21C
Black with #2FC21C
Text Example
Text Example
White with #2FC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC21C; }
p { color: rgb(47,194,28); }
H1.HeaderClassName
{
color: #2FC21C;
}
.AnyTagClassName
{
color: #2FC21C;
}
</style>
background-color css
<style>
a { background-color: #2FC21C; }
a { background-color: rgb(47,194,28); }
div.DivClassName
{
background-color: #2FC21C;
}
.BgClassName
{
background-color: #2FC21C;
}
</style>
border-color css
<style>
span { border-color: #2FC21C; }
span { border-color: rgb(47,194,28); }
td.TdClassName
{
border-color: #2FC21C;
}
.TagClassName
{
border-color: #2FC21C;
}
</style>