Shades of Lime Green #3FB73C
Tints of Lime Green #3FB73C
RGB
CMYK
RGB Variations
Color information
#3FB73C (or 0x3FB73C) is known color: Lime Green. HEX triplet: 3F, B7 and 3C. RGB value is (63,183,60). Sum of RGB (Red+Green+Blue) = 63+183+60=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #3FB73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FB73C is #C048C3. Grayscale: #858585. Windows color (decimal): -12601540 or 3979071. OLE color: 3979071.
HSL color Cylindrical-coordinate representation of color #3FB73C: hue angle of 118.54º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FB73C is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 183 | 60 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.28 |
| HSL | 118.54º | 0.51% | 0.48% | - |
| HSV(B) | 118.54º | 0.67% | 0.72% | - |
| XYZ | 19.8 | 35.25 | 10.04 | - |
| YUV | 133.1 | 86.74 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 183 | 60 | 0.66 | 0 | 0.67 | 0.28 | 118.54 | 0.51 | 0.48 |
| Hex | 3F | B7 | 3C | 42 | 0 | 43 | 1C | 77 | 33 | 30 |
| Octal | 77 | 267 | 74 | 102 | 0 | 103 | 34 | 167 | 63 | 60 |
| Binary | 111111 | 10110111 | 111100 | 1000010 | 0 | 1000011 | 11100 | 1110111 | 110011 | 110000 |
Color Harmonies of #3FB73C
Complementary color
Monochromatic Colors of #3FB73C
Black with #3FB73C
Text Example
Text Example
White with #3FB73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB73C; }
p { color: rgb(63,183,60); }
H1.HeaderClassName
{
color: #3FB73C;
}
.AnyTagClassName
{
color: #3FB73C;
}
</style>
background-color css
<style>
a { background-color: #3FB73C; }
a { background-color: rgb(63,183,60); }
div.DivClassName
{
background-color: #3FB73C;
}
.BgClassName
{
background-color: #3FB73C;
}
</style>
border-color css
<style>
span { border-color: #3FB73C; }
span { border-color: rgb(63,183,60); }
td.TdClassName
{
border-color: #3FB73C;
}
.TagClassName
{
border-color: #3FB73C;
}
</style>