Shades of Screamin' Green #3CFD70
Tints of Screamin' Green #3CFD70
RGB
CMYK
RGB Variations
Color information
#3CFD70 (or 0x3CFD70) is known color: Screamin' Green. HEX triplet: 3C, FD and 70. RGB value is (60,253,112). Sum of RGB (Red+Green+Blue) = 60+253+112=425 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.12% from 425); Green value is 253 (99.22% from 255 or 59.53% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFD70 is #C3028F. Grayscale: #B3B3B3. Windows color (decimal): -12780176 or 7404860. OLE color: 7404860.
HSL color Cylindrical-coordinate representation of color #3CFD70: hue angle of 136.17º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFD70 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 112 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.01 |
| HSL | 136.17º | 0.98% | 0.61% | - |
| HSV(B) | 136.17º | 0.76% | 0.99% | - |
| XYZ | 39.91 | 72.38 | 27.2 | - |
| YUV | 179.22 | 90.06 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 112 | 0.76 | 0 | 0.56 | 0.01 | 136.17 | 0.98 | 0.61 |
| Hex | 3C | FD | 70 | 4C | 0 | 38 | 1 | 88 | 62 | 3D |
| Octal | 74 | 375 | 160 | 114 | 0 | 70 | 1 | 210 | 142 | 75 |
| Binary | 111100 | 11111101 | 1110000 | 1001100 | 0 | 111000 | 1 | 10001000 | 1100010 | 111101 |
Color Harmonies of #3CFD70
Complementary color
Monochromatic Colors of #3CFD70
Black with #3CFD70
Text Example
Text Example
White with #3CFD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFD70; }
p { color: rgb(60,253,112); }
H1.HeaderClassName
{
color: #3CFD70;
}
.AnyTagClassName
{
color: #3CFD70;
}
</style>
background-color css
<style>
a { background-color: #3CFD70; }
a { background-color: rgb(60,253,112); }
div.DivClassName
{
background-color: #3CFD70;
}
.BgClassName
{
background-color: #3CFD70;
}
</style>
border-color css
<style>
span { border-color: #3CFD70; }
span { border-color: rgb(60,253,112); }
td.TdClassName
{
border-color: #3CFD70;
}
.TagClassName
{
border-color: #3CFD70;
}
</style>