Shades of Lime Green #3FCC39
Tints of Lime Green #3FCC39
RGB
CMYK
RGB Variations
Color information
#3FCC39 (or 0x3FCC39) is known color: Lime Green. HEX triplet: 3F, CC and 39. RGB value is (63,204,57). Sum of RGB (Red+Green+Blue) = 63+204+57=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 204 (80.08% from 255 or 62.96% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCC39 is #C033C6. Grayscale: #919191. Windows color (decimal): -12596167 or 3787839. OLE color: 3787839.
HSL color Cylindrical-coordinate representation of color #3FCC39: hue angle of 117.55º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FCC39 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 57 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.2 |
| HSL | 117.55º | 0.59% | 0.51% | - |
| HSV(B) | 117.55º | 0.72% | 0.8% | - |
| XYZ | 24.38 | 44.54 | 11.18 | - |
| YUV | 145.08 | 78.29 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 57 | 0.69 | 0 | 0.72 | 0.2 | 117.55 | 0.59 | 0.51 |
| Hex | 3F | CC | 39 | 45 | 0 | 48 | 14 | 76 | 3B | 33 |
| Octal | 77 | 314 | 71 | 105 | 0 | 110 | 24 | 166 | 73 | 63 |
| Binary | 111111 | 11001100 | 111001 | 1000101 | 0 | 1001000 | 10100 | 1110110 | 111011 | 110011 |
Color Harmonies of #3FCC39
Complementary color
Monochromatic Colors of #3FCC39
Black with #3FCC39
Text Example
Text Example
White with #3FCC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCC39; }
p { color: rgb(63,204,57); }
H1.HeaderClassName
{
color: #3FCC39;
}
.AnyTagClassName
{
color: #3FCC39;
}
</style>
background-color css
<style>
a { background-color: #3FCC39; }
a { background-color: rgb(63,204,57); }
div.DivClassName
{
background-color: #3FCC39;
}
.BgClassName
{
background-color: #3FCC39;
}
</style>
border-color css
<style>
span { border-color: #3FCC39; }
span { border-color: rgb(63,204,57); }
td.TdClassName
{
border-color: #3FCC39;
}
.TagClassName
{
border-color: #3FCC39;
}
</style>