Shades of Screamin' Green #3CFD53
Tints of Screamin' Green #3CFD53
RGB
CMYK
RGB Variations
Color information
#3CFD53 (or 0x3CFD53) is known color: Screamin' Green. HEX triplet: 3C, FD and 53. RGB value is (60,253,83). Sum of RGB (Red+Green+Blue) = 60+253+83=396 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.15% from 396); Green value is 253 (99.22% from 255 or 63.89% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFD53 is #C302AC. Grayscale: #B0B0B0. Windows color (decimal): -12780205 or 5504316. OLE color: 5504316.
HSL color Cylindrical-coordinate representation of color #3CFD53: hue angle of 127.15º 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 #3CFD53 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 83 | - |
| CMYK | 0.76 | 0 | 0.67 | 0.01 |
| HSL | 127.15º | 0.98% | 0.61% | - |
| HSV(B) | 127.15º | 0.76% | 0.99% | - |
| XYZ | 38.55 | 71.84 | 20.02 | - |
| YUV | 175.91 | 75.56 | 45.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 83 | 0.76 | 0 | 0.67 | 0.01 | 127.15 | 0.98 | 0.61 |
| Hex | 3C | FD | 53 | 4C | 0 | 43 | 1 | 7F | 62 | 3D |
| Octal | 74 | 375 | 123 | 114 | 0 | 103 | 1 | 177 | 142 | 75 |
| Binary | 111100 | 11111101 | 1010011 | 1001100 | 0 | 1000011 | 1 | 1111111 | 1100010 | 111101 |
Color Harmonies of #3CFD53
Complementary color
Monochromatic Colors of #3CFD53
Black with #3CFD53
Text Example
Text Example
White with #3CFD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFD53; }
p { color: rgb(60,253,83); }
H1.HeaderClassName
{
color: #3CFD53;
}
.AnyTagClassName
{
color: #3CFD53;
}
</style>
background-color css
<style>
a { background-color: #3CFD53; }
a { background-color: rgb(60,253,83); }
div.DivClassName
{
background-color: #3CFD53;
}
.BgClassName
{
background-color: #3CFD53;
}
</style>
border-color css
<style>
span { border-color: #3CFD53; }
span { border-color: rgb(60,253,83); }
td.TdClassName
{
border-color: #3CFD53;
}
.TagClassName
{
border-color: #3CFD53;
}
</style>