Shades of Screamin' Green #3CFF45
Tints of Screamin' Green #3CFF45
RGB
CMYK
RGB Variations
Color information
#3CFF45 (or 0x3CFF45) is known color: Screamin' Green. HEX triplet: 3C, FF and 45. RGB value is (60,255,69). Sum of RGB (Red+Green+Blue) = 60+255+69=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 255 (100% from 255 or 66.41% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFF45 is #C300BA. Grayscale: #B0B0B0. Windows color (decimal): -12779707 or 4587324. OLE color: 4587324.
HSL color Cylindrical-coordinate representation of color #3CFF45: hue angle of 122.77º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFF45 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 69 | - |
| CMYK | 0.76 | 0 | 0.73 | 0 |
| HSL | 122.77º | 1% | 0.62% | - |
| HSV(B) | 122.77º | 0.76% | 1% | - |
| XYZ | 38.7 | 72.91 | 17.66 | - |
| YUV | 175.49 | 67.9 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 69 | 0.76 | 0 | 0.73 | 0 | 122.77 | 1 | 0.62 |
| Hex | 3C | FF | 45 | 4C | 0 | 49 | 0 | 7B | 64 | 3E |
| Octal | 74 | 377 | 105 | 114 | 0 | 111 | 0 | 173 | 144 | 76 |
| Binary | 111100 | 11111111 | 1000101 | 1001100 | 0 | 1001001 | 0 | 1111011 | 1100100 | 111110 |
Color Harmonies of #3CFF45
Complementary color
Monochromatic Colors of #3CFF45
Black with #3CFF45
Text Example
Text Example
White with #3CFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF45; }
p { color: rgb(60,255,69); }
H1.HeaderClassName
{
color: #3CFF45;
}
.AnyTagClassName
{
color: #3CFF45;
}
</style>
background-color css
<style>
a { background-color: #3CFF45; }
a { background-color: rgb(60,255,69); }
div.DivClassName
{
background-color: #3CFF45;
}
.BgClassName
{
background-color: #3CFF45;
}
</style>
border-color css
<style>
span { border-color: #3CFF45; }
span { border-color: rgb(60,255,69); }
td.TdClassName
{
border-color: #3CFF45;
}
.TagClassName
{
border-color: #3CFF45;
}
</style>