Shades of Lime Green #3FCC38
Tints of Lime Green #3FCC38
RGB
CMYK
RGB Variations
Color information
#3FCC38 (or 0x3FCC38) is known color: Lime Green. HEX triplet: 3F, CC and 38. RGB value is (63,204,56). Sum of RGB (Red+Green+Blue) = 63+204+56=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCC38 is #C033C7. Grayscale: #919191. Windows color (decimal): -12596168 or 3722303. OLE color: 3722303.
HSL color Cylindrical-coordinate representation of color #3FCC38: hue angle of 117.16º 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 #3FCC38 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 56 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.2 |
| HSL | 117.16º | 0.59% | 0.51% | - |
| HSV(B) | 117.16º | 0.73% | 0.8% | - |
| XYZ | 24.36 | 44.53 | 11.05 | - |
| YUV | 144.97 | 77.79 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 56 | 0.69 | 0 | 0.73 | 0.2 | 117.16 | 0.59 | 0.51 |
| Hex | 3F | CC | 38 | 45 | 0 | 49 | 14 | 75 | 3B | 33 |
| Octal | 77 | 314 | 70 | 105 | 0 | 111 | 24 | 165 | 73 | 63 |
| Binary | 111111 | 11001100 | 111000 | 1000101 | 0 | 1001001 | 10100 | 1110101 | 111011 | 110011 |
Color Harmonies of #3FCC38
Complementary color
Monochromatic Colors of #3FCC38
Black with #3FCC38
Text Example
Text Example
White with #3FCC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCC38; }
p { color: rgb(63,204,56); }
H1.HeaderClassName
{
color: #3FCC38;
}
.AnyTagClassName
{
color: #3FCC38;
}
</style>
background-color css
<style>
a { background-color: #3FCC38; }
a { background-color: rgb(63,204,56); }
div.DivClassName
{
background-color: #3FCC38;
}
.BgClassName
{
background-color: #3FCC38;
}
</style>
border-color css
<style>
span { border-color: #3FCC38; }
span { border-color: rgb(63,204,56); }
td.TdClassName
{
border-color: #3FCC38;
}
.TagClassName
{
border-color: #3FCC38;
}
</style>