Shades of Lime Green #2FC54C
Tints of Lime Green #2FC54C
RGB
CMYK
RGB Variations
Color information
#2FC54C (or 0x2FC54C) is known color: Lime Green. HEX triplet: 2F, C5 and 4C. RGB value is (47,197,76). Sum of RGB (Red+Green+Blue) = 47+197+76=320 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.69% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC54C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC54C is #D03AB3. Grayscale: #8A8A8A. Windows color (decimal): -13646516 or 5031215. OLE color: 5031215.
HSL color Cylindrical-coordinate representation of color #2FC54C: hue angle of 131.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC54C is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 76 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.23 |
| HSL | 131.6º | 0.61% | 0.48% | - |
| HSV(B) | 131.6º | 0.76% | 0.77% | - |
| XYZ | 22.44 | 41.06 | 13.58 | - |
| YUV | 138.36 | 92.81 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 76 | 0.76 | 0 | 0.61 | 0.23 | 131.6 | 0.61 | 0.48 |
| Hex | 2F | C5 | 4C | 4C | 0 | 3D | 17 | 84 | 3D | 30 |
| Octal | 57 | 305 | 114 | 114 | 0 | 75 | 27 | 204 | 75 | 60 |
| Binary | 101111 | 11000101 | 1001100 | 1001100 | 0 | 111101 | 10111 | 10000100 | 111101 | 110000 |
Color Harmonies of #2FC54C
Complementary color
Monochromatic Colors of #2FC54C
Black with #2FC54C
Text Example
Text Example
White with #2FC54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC54C; }
p { color: rgb(47,197,76); }
H1.HeaderClassName
{
color: #2FC54C;
}
.AnyTagClassName
{
color: #2FC54C;
}
</style>
background-color css
<style>
a { background-color: #2FC54C; }
a { background-color: rgb(47,197,76); }
div.DivClassName
{
background-color: #2FC54C;
}
.BgClassName
{
background-color: #2FC54C;
}
</style>
border-color css
<style>
span { border-color: #2FC54C; }
span { border-color: rgb(47,197,76); }
td.TdClassName
{
border-color: #2FC54C;
}
.TagClassName
{
border-color: #2FC54C;
}
</style>