Shades of Lime Green #2FC74C
Tints of Lime Green #2FC74C
RGB
CMYK
RGB Variations
Color information
#2FC74C (or 0x2FC74C) is known color: Lime Green. HEX triplet: 2F, C7 and 4C. RGB value is (47,199,76). Sum of RGB (Red+Green+Blue) = 47+199+76=322 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.60% from 322); Green value is 199 (78.12% from 255 or 61.80% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 199 - color contains mainly: green. Hex color #2FC74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC74C is #D038B3. Grayscale: #8B8B8B. Windows color (decimal): -13646004 or 5031727. OLE color: 5031727.
HSL color Cylindrical-coordinate representation of color #2FC74C: hue angle of 131.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC74C is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 199 | 76 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.22 |
| HSL | 131.45º | 0.62% | 0.48% | - |
| HSV(B) | 131.45º | 0.76% | 0.78% | - |
| XYZ | 22.9 | 41.97 | 13.73 | - |
| YUV | 139.53 | 92.14 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 199 | 76 | 0.76 | 0 | 0.62 | 0.22 | 131.45 | 0.62 | 0.48 |
| Hex | 2F | C7 | 4C | 4C | 0 | 3E | 16 | 83 | 3E | 30 |
| Octal | 57 | 307 | 114 | 114 | 0 | 76 | 26 | 203 | 76 | 60 |
| Binary | 101111 | 11000111 | 1001100 | 1001100 | 0 | 111110 | 10110 | 10000011 | 111110 | 110000 |
Color Harmonies of #2FC74C
Complementary color
Monochromatic Colors of #2FC74C
Black with #2FC74C
Text Example
Text Example
White with #2FC74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC74C; }
p { color: rgb(47,199,76); }
H1.HeaderClassName
{
color: #2FC74C;
}
.AnyTagClassName
{
color: #2FC74C;
}
</style>
background-color css
<style>
a { background-color: #2FC74C; }
a { background-color: rgb(47,199,76); }
div.DivClassName
{
background-color: #2FC74C;
}
.BgClassName
{
background-color: #2FC74C;
}
</style>
border-color css
<style>
span { border-color: #2FC74C; }
span { border-color: rgb(47,199,76); }
td.TdClassName
{
border-color: #2FC74C;
}
.TagClassName
{
border-color: #2FC74C;
}
</style>