Shades of Lime Green #3FCB37
Tints of Lime Green #3FCB37
RGB
CMYK
RGB Variations
Color information
#3FCB37 (or 0x3FCB37) is known color: Lime Green. HEX triplet: 3F, CB and 37. RGB value is (63,203,55). Sum of RGB (Red+Green+Blue) = 63+203+55=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCB37 is #C034C8. Grayscale: #909090. Windows color (decimal): -12596425 or 3656511. OLE color: 3656511.
HSL color Cylindrical-coordinate representation of color #3FCB37: hue angle of 116.76º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FCB37 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 55 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.20 |
| HSL | 116.76º | 0.59% | 0.51% | - |
| HSV(B) | 116.76º | 0.73% | 0.8% | - |
| XYZ | 24.1 | 44.04 | 10.85 | - |
| YUV | 144.27 | 77.62 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 55 | 0.69 | 0 | 0.73 | 0.20 | 116.76 | 0.59 | 0.51 |
| Hex | 3F | CB | 37 | 45 | 0 | 49 | 14 | 75 | 3B | 33 |
| Octal | 77 | 313 | 67 | 105 | 0 | 111 | 24 | 165 | 73 | 63 |
| Binary | 111111 | 11001011 | 110111 | 1000101 | 0 | 1001001 | 10100 | 1110101 | 111011 | 110011 |
Color Harmonies of #3FCB37
Complementary color
Monochromatic Colors of #3FCB37
Black with #3FCB37
Text Example
Text Example
White with #3FCB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCB37; }
p { color: rgb(63,203,55); }
H1.HeaderClassName
{
color: #3FCB37;
}
.AnyTagClassName
{
color: #3FCB37;
}
</style>
background-color css
<style>
a { background-color: #3FCB37; }
a { background-color: rgb(63,203,55); }
div.DivClassName
{
background-color: #3FCB37;
}
.BgClassName
{
background-color: #3FCB37;
}
</style>
border-color css
<style>
span { border-color: #3FCB37; }
span { border-color: rgb(63,203,55); }
td.TdClassName
{
border-color: #3FCB37;
}
.TagClassName
{
border-color: #3FCB37;
}
</style>