Shades of Screamin' Green #3CF45B
Tints of Screamin' Green #3CF45B
RGB
CMYK
RGB Variations
Color information
#3CF45B (or 0x3CF45B) is known color: Screamin' Green. HEX triplet: 3C, F4 and 5B. RGB value is (60,244,91). Sum of RGB (Red+Green+Blue) = 60+244+91=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 244 (95.70% from 255 or 61.77% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF45B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF45B is #C30BA4. Grayscale: #ABABAB. Windows color (decimal): -12782501 or 6026300. OLE color: 6026300.
HSL color Cylindrical-coordinate representation of color #3CF45B: hue angle of 130.11º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF45B is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 91 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.04 |
| HSL | 130.11º | 0.89% | 0.6% | - |
| HSV(B) | 130.11º | 0.75% | 0.96% | - |
| XYZ | 36.1 | 66.42 | 20.81 | - |
| YUV | 171.54 | 82.54 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 91 | 0.75 | 0 | 0.63 | 0.04 | 130.11 | 0.89 | 0.6 |
| Hex | 3C | F4 | 5B | 4B | 0 | 3F | 4 | 82 | 59 | 3C |
| Octal | 74 | 364 | 133 | 113 | 0 | 77 | 4 | 202 | 131 | 74 |
| Binary | 111100 | 11110100 | 1011011 | 1001011 | 0 | 111111 | 100 | 10000010 | 1011001 | 111100 |
Color Harmonies of #3CF45B
Complementary color
Monochromatic Colors of #3CF45B
Black with #3CF45B
Text Example
Text Example
White with #3CF45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF45B; }
p { color: rgb(60,244,91); }
H1.HeaderClassName
{
color: #3CF45B;
}
.AnyTagClassName
{
color: #3CF45B;
}
</style>
background-color css
<style>
a { background-color: #3CF45B; }
a { background-color: rgb(60,244,91); }
div.DivClassName
{
background-color: #3CF45B;
}
.BgClassName
{
background-color: #3CF45B;
}
</style>
border-color css
<style>
span { border-color: #3CF45B; }
span { border-color: rgb(60,244,91); }
td.TdClassName
{
border-color: #3CF45B;
}
.TagClassName
{
border-color: #3CF45B;
}
</style>