Shades of Lime Green #2FC523
Tints of Lime Green #2FC523
RGB
CMYK
RGB Variations
Color information
#2FC523 (or 0x2FC523) is known color: Lime Green. HEX triplet: 2F, C5 and 23. RGB value is (47,197,35). Sum of RGB (Red+Green+Blue) = 47+197+35=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 197 (77.34% from 255 or 70.61% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC523 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC523 is #D03ADC. Grayscale: #868686. Windows color (decimal): -13646557 or 2344239. OLE color: 2344239.
HSL color Cylindrical-coordinate representation of color #2FC523: hue angle of 115.56º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FC523 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 35 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.23 |
| HSL | 115.56º | 0.7% | 0.45% | - |
| HSV(B) | 115.56º | 0.82% | 0.77% | - |
| XYZ | 21.44 | 40.66 | 8.31 | - |
| YUV | 133.68 | 72.31 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 35 | 0.76 | 0 | 0.82 | 0.23 | 115.56 | 0.7 | 0.45 |
| Hex | 2F | C5 | 23 | 4C | 0 | 52 | 17 | 74 | 46 | 2D |
| Octal | 57 | 305 | 43 | 114 | 0 | 122 | 27 | 164 | 106 | 55 |
| Binary | 101111 | 11000101 | 100011 | 1001100 | 0 | 1010010 | 10111 | 1110100 | 1000110 | 101101 |
Color Harmonies of #2FC523
Complementary color
Monochromatic Colors of #2FC523
Black with #2FC523
Text Example
Text Example
White with #2FC523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC523; }
p { color: rgb(47,197,35); }
H1.HeaderClassName
{
color: #2FC523;
}
.AnyTagClassName
{
color: #2FC523;
}
</style>
background-color css
<style>
a { background-color: #2FC523; }
a { background-color: rgb(47,197,35); }
div.DivClassName
{
background-color: #2FC523;
}
.BgClassName
{
background-color: #2FC523;
}
</style>
border-color css
<style>
span { border-color: #2FC523; }
span { border-color: rgb(47,197,35); }
td.TdClassName
{
border-color: #2FC523;
}
.TagClassName
{
border-color: #2FC523;
}
</style>