Shades of Screamin' Green #3CFA63
Tints of Screamin' Green #3CFA63
RGB
CMYK
RGB Variations
Color information
#3CFA63 (or 0x3CFA63) is known color: Screamin' Green. HEX triplet: 3C, FA and 63. RGB value is (60,250,99). Sum of RGB (Red+Green+Blue) = 60+250+99=409 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.67% from 409); Green value is 250 (98.05% from 255 or 61.12% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFA63 is #C3059C. Grayscale: #B0B0B0. Windows color (decimal): -12780957 or 6552124. OLE color: 6552124.
HSL color Cylindrical-coordinate representation of color #3CFA63: hue angle of 132.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFA63 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 99 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.02 |
| HSL | 132.32º | 0.95% | 0.61% | - |
| HSV(B) | 132.32º | 0.76% | 0.98% | - |
| XYZ | 38.3 | 70.23 | 23.34 | - |
| YUV | 175.98 | 84.55 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 99 | 0.76 | 0 | 0.60 | 0.02 | 132.32 | 0.95 | 0.61 |
| Hex | 3C | FA | 63 | 4C | 0 | 3C | 2 | 84 | 5F | 3D |
| Octal | 74 | 372 | 143 | 114 | 0 | 74 | 2 | 204 | 137 | 75 |
| Binary | 111100 | 11111010 | 1100011 | 1001100 | 0 | 111100 | 10 | 10000100 | 1011111 | 111101 |
Color Harmonies of #3CFA63
Complementary color
Monochromatic Colors of #3CFA63
Black with #3CFA63
Text Example
Text Example
White with #3CFA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA63; }
p { color: rgb(60,250,99); }
H1.HeaderClassName
{
color: #3CFA63;
}
.AnyTagClassName
{
color: #3CFA63;
}
</style>
background-color css
<style>
a { background-color: #3CFA63; }
a { background-color: rgb(60,250,99); }
div.DivClassName
{
background-color: #3CFA63;
}
.BgClassName
{
background-color: #3CFA63;
}
</style>
border-color css
<style>
span { border-color: #3CFA63; }
span { border-color: rgb(60,250,99); }
td.TdClassName
{
border-color: #3CFA63;
}
.TagClassName
{
border-color: #3CFA63;
}
</style>