Shades of Lime Green #3FB236
Tints of Lime Green #3FB236
RGB
CMYK
RGB Variations
Color information
#3FB236 (or 0x3FB236) is known color: Lime Green. HEX triplet: 3F, B2 and 36. RGB value is (63,178,54). Sum of RGB (Red+Green+Blue) = 63+178+54=295 (39% of max value = 765). Red value is 63 (25% from 255 or 21.36% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB236 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB236 is #C04DC9. Grayscale: #818181. Windows color (decimal): -12602826 or 3584575. OLE color: 3584575.
HSL color Cylindrical-coordinate representation of color #3FB236: hue angle of 115.65º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FB236 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 178 | 54 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.30 |
| HSL | 115.65º | 0.53% | 0.45% | - |
| HSV(B) | 115.65º | 0.7% | 0.7% | - |
| XYZ | 18.64 | 33.16 | 8.91 | - |
| YUV | 129.48 | 85.4 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 54 | 0.65 | 0 | 0.70 | 0.30 | 115.65 | 0.53 | 0.45 |
| Hex | 3F | B2 | 36 | 41 | 0 | 46 | 1E | 74 | 35 | 2D |
| Octal | 77 | 262 | 66 | 101 | 0 | 106 | 36 | 164 | 65 | 55 |
| Binary | 111111 | 10110010 | 110110 | 1000001 | 0 | 1000110 | 11110 | 1110100 | 110101 | 101101 |
Color Harmonies of #3FB236
Complementary color
Monochromatic Colors of #3FB236
Black with #3FB236
Text Example
Text Example
White with #3FB236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB236; }
p { color: rgb(63,178,54); }
H1.HeaderClassName
{
color: #3FB236;
}
.AnyTagClassName
{
color: #3FB236;
}
</style>
background-color css
<style>
a { background-color: #3FB236; }
a { background-color: rgb(63,178,54); }
div.DivClassName
{
background-color: #3FB236;
}
.BgClassName
{
background-color: #3FB236;
}
</style>
border-color css
<style>
span { border-color: #3FB236; }
span { border-color: rgb(63,178,54); }
td.TdClassName
{
border-color: #3FB236;
}
.TagClassName
{
border-color: #3FB236;
}
</style>