Shades of Lime Green #3FC425
Tints of Lime Green #3FC425
RGB
CMYK
RGB Variations
Color information
#3FC425 (or 0x3FC425) is known color: Lime Green. HEX triplet: 3F, C4 and 25. RGB value is (63,196,37). Sum of RGB (Red+Green+Blue) = 63+196+37=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC425 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC425 is #C03BDA. Grayscale: #8A8A8A. Windows color (decimal): -12598235 or 2475071. OLE color: 2475071.
HSL color Cylindrical-coordinate representation of color #3FC425: hue angle of 110.19º 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 #3FC425 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 37 | - |
| CMYK | 0.68 | 0 | 0.81 | 0.23 |
| HSL | 110.19º | 0.68% | 0.46% | - |
| HSV(B) | 110.19º | 0.81% | 0.77% | - |
| XYZ | 22.12 | 40.67 | 8.43 | - |
| YUV | 138.11 | 70.94 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 37 | 0.68 | 0 | 0.81 | 0.23 | 110.19 | 0.68 | 0.46 |
| Hex | 3F | C4 | 25 | 44 | 0 | 51 | 17 | 6E | 44 | 2E |
| Octal | 77 | 304 | 45 | 104 | 0 | 121 | 27 | 156 | 104 | 56 |
| Binary | 111111 | 11000100 | 100101 | 1000100 | 0 | 1010001 | 10111 | 1101110 | 1000100 | 101110 |
Color Harmonies of #3FC425
Complementary color
Monochromatic Colors of #3FC425
Black with #3FC425
Text Example
Text Example
White with #3FC425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC425; }
p { color: rgb(63,196,37); }
H1.HeaderClassName
{
color: #3FC425;
}
.AnyTagClassName
{
color: #3FC425;
}
</style>
background-color css
<style>
a { background-color: #3FC425; }
a { background-color: rgb(63,196,37); }
div.DivClassName
{
background-color: #3FC425;
}
.BgClassName
{
background-color: #3FC425;
}
</style>
border-color css
<style>
span { border-color: #3FC425; }
span { border-color: rgb(63,196,37); }
td.TdClassName
{
border-color: #3FC425;
}
.TagClassName
{
border-color: #3FC425;
}
</style>