Shades of Lime Green #3FC036
Tints of Lime Green #3FC036
RGB
CMYK
RGB Variations
Color information
#3FC036 (or 0x3FC036) is known color: Lime Green. HEX triplet: 3F, C0 and 36. RGB value is (63,192,54). Sum of RGB (Red+Green+Blue) = 63+192+54=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC036 is #C03FC9. Grayscale: #8A8A8A. Windows color (decimal): -12599242 or 3588159. OLE color: 3588159.
HSL color Cylindrical-coordinate representation of color #3FC036: hue angle of 116.09º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FC036 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 54 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.25 |
| HSL | 116.09º | 0.56% | 0.48% | - |
| HSV(B) | 116.09º | 0.72% | 0.75% | - |
| XYZ | 21.57 | 39.02 | 9.89 | - |
| YUV | 137.7 | 80.76 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 54 | 0.67 | 0 | 0.72 | 0.25 | 116.09 | 0.56 | 0.48 |
| Hex | 3F | C0 | 36 | 43 | 0 | 48 | 19 | 74 | 38 | 30 |
| Octal | 77 | 300 | 66 | 103 | 0 | 110 | 31 | 164 | 70 | 60 |
| Binary | 111111 | 11000000 | 110110 | 1000011 | 0 | 1001000 | 11001 | 1110100 | 111000 | 110000 |
Color Harmonies of #3FC036
Complementary color
Monochromatic Colors of #3FC036
Black with #3FC036
Text Example
Text Example
White with #3FC036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC036; }
p { color: rgb(63,192,54); }
H1.HeaderClassName
{
color: #3FC036;
}
.AnyTagClassName
{
color: #3FC036;
}
</style>
background-color css
<style>
a { background-color: #3FC036; }
a { background-color: rgb(63,192,54); }
div.DivClassName
{
background-color: #3FC036;
}
.BgClassName
{
background-color: #3FC036;
}
</style>
border-color css
<style>
span { border-color: #3FC036; }
span { border-color: rgb(63,192,54); }
td.TdClassName
{
border-color: #3FC036;
}
.TagClassName
{
border-color: #3FC036;
}
</style>