Shades of Lime Green #3FC236
Tints of Lime Green #3FC236
RGB
CMYK
RGB Variations
Color information
#3FC236 (or 0x3FC236) is known color: Lime Green. HEX triplet: 3F, C2 and 36. RGB value is (63,194,54). Sum of RGB (Red+Green+Blue) = 63+194+54=311 (41% of max value = 765). Red value is 63 (25% from 255 or 20.26% from 311); Green value is 194 (76.17% from 255 or 62.38% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC236 is #C03DC9. Grayscale: #8B8B8B. Windows color (decimal): -12598730 or 3588671. OLE color: 3588671.
HSL color Cylindrical-coordinate representation of color #3FC236: hue angle of 116.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FC236 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 194 | 54 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.24 |
| HSL | 116.14º | 0.56% | 0.49% | - |
| HSV(B) | 116.14º | 0.72% | 0.76% | - |
| XYZ | 22.01 | 39.91 | 10.03 | - |
| YUV | 138.87 | 80.1 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 194 | 54 | 0.68 | 0 | 0.72 | 0.24 | 116.14 | 0.56 | 0.49 |
| Hex | 3F | C2 | 36 | 44 | 0 | 48 | 18 | 74 | 38 | 31 |
| Octal | 77 | 302 | 66 | 104 | 0 | 110 | 30 | 164 | 70 | 61 |
| Binary | 111111 | 11000010 | 110110 | 1000100 | 0 | 1001000 | 11000 | 1110100 | 111000 | 110001 |
Color Harmonies of #3FC236
Complementary color
Monochromatic Colors of #3FC236
Black with #3FC236
Text Example
Text Example
White with #3FC236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC236; }
p { color: rgb(63,194,54); }
H1.HeaderClassName
{
color: #3FC236;
}
.AnyTagClassName
{
color: #3FC236;
}
</style>
background-color css
<style>
a { background-color: #3FC236; }
a { background-color: rgb(63,194,54); }
div.DivClassName
{
background-color: #3FC236;
}
.BgClassName
{
background-color: #3FC236;
}
</style>
border-color css
<style>
span { border-color: #3FC236; }
span { border-color: rgb(63,194,54); }
td.TdClassName
{
border-color: #3FC236;
}
.TagClassName
{
border-color: #3FC236;
}
</style>