Shades of Lime Green #3FC436
Tints of Lime Green #3FC436
RGB
CMYK
RGB Variations
Color information
#3FC436 (or 0x3FC436) is known color: Lime Green. HEX triplet: 3F, C4 and 36. RGB value is (63,196,54). Sum of RGB (Red+Green+Blue) = 63+196+54=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 196 (76.95% from 255 or 62.62% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC436 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC436 is #C03BC9. Grayscale: #8C8C8C. Windows color (decimal): -12598218 or 3589183. OLE color: 3589183.
HSL color Cylindrical-coordinate representation of color #3FC436: hue angle of 116.2º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FC436 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 54 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.23 |
| HSL | 116.2º | 0.57% | 0.49% | - |
| HSV(B) | 116.2º | 0.72% | 0.77% | - |
| XYZ | 22.46 | 40.8 | 10.18 | - |
| YUV | 140.05 | 79.44 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 54 | 0.68 | 0 | 0.72 | 0.23 | 116.2 | 0.57 | 0.49 |
| Hex | 3F | C4 | 36 | 44 | 0 | 48 | 17 | 74 | 39 | 31 |
| Octal | 77 | 304 | 66 | 104 | 0 | 110 | 27 | 164 | 71 | 61 |
| Binary | 111111 | 11000100 | 110110 | 1000100 | 0 | 1001000 | 10111 | 1110100 | 111001 | 110001 |
Color Harmonies of #3FC436
Complementary color
Monochromatic Colors of #3FC436
Black with #3FC436
Text Example
Text Example
White with #3FC436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC436; }
p { color: rgb(63,196,54); }
H1.HeaderClassName
{
color: #3FC436;
}
.AnyTagClassName
{
color: #3FC436;
}
</style>
background-color css
<style>
a { background-color: #3FC436; }
a { background-color: rgb(63,196,54); }
div.DivClassName
{
background-color: #3FC436;
}
.BgClassName
{
background-color: #3FC436;
}
</style>
border-color css
<style>
span { border-color: #3FC436; }
span { border-color: rgb(63,196,54); }
td.TdClassName
{
border-color: #3FC436;
}
.TagClassName
{
border-color: #3FC436;
}
</style>