Shades of Lime Green #2FC525
Tints of Lime Green #2FC525
RGB
CMYK
RGB Variations
Color information
#2FC525 (or 0x2FC525) is known color: Lime Green. HEX triplet: 2F, C5 and 25. RGB value is (47,197,37). Sum of RGB (Red+Green+Blue) = 47+197+37=281 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.73% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC525 is #D03ADA. Grayscale: #868686. Windows color (decimal): -13646555 or 2475311. OLE color: 2475311.
HSL color Cylindrical-coordinate representation of color #2FC525: hue angle of 116.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FC525 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 37 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.23 |
| HSL | 116.25º | 0.68% | 0.46% | - |
| HSV(B) | 116.25º | 0.81% | 0.77% | - |
| XYZ | 21.47 | 40.67 | 8.47 | - |
| YUV | 133.91 | 73.31 | 66.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 37 | 0.76 | 0 | 0.81 | 0.23 | 116.25 | 0.68 | 0.46 |
| Hex | 2F | C5 | 25 | 4C | 0 | 51 | 17 | 74 | 44 | 2E |
| Octal | 57 | 305 | 45 | 114 | 0 | 121 | 27 | 164 | 104 | 56 |
| Binary | 101111 | 11000101 | 100101 | 1001100 | 0 | 1010001 | 10111 | 1110100 | 1000100 | 101110 |
Color Harmonies of #2FC525
Complementary color
Monochromatic Colors of #2FC525
Black with #2FC525
Text Example
Text Example
White with #2FC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC525; }
p { color: rgb(47,197,37); }
H1.HeaderClassName
{
color: #2FC525;
}
.AnyTagClassName
{
color: #2FC525;
}
</style>
background-color css
<style>
a { background-color: #2FC525; }
a { background-color: rgb(47,197,37); }
div.DivClassName
{
background-color: #2FC525;
}
.BgClassName
{
background-color: #2FC525;
}
</style>
border-color css
<style>
span { border-color: #2FC525; }
span { border-color: rgb(47,197,37); }
td.TdClassName
{
border-color: #2FC525;
}
.TagClassName
{
border-color: #2FC525;
}
</style>