Shades of Screamin' Green #3CF358
Tints of Screamin' Green #3CF358
RGB
CMYK
RGB Variations
Color information
#3CF358 (or 0x3CF358) is known color: Screamin' Green. HEX triplet: 3C, F3 and 58. RGB value is (60,243,88). Sum of RGB (Red+Green+Blue) = 60+243+88=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 243 (95.31% from 255 or 62.15% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF358 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF358 is #C30CA7. Grayscale: #ABABAB. Windows color (decimal): -12782760 or 5829436. OLE color: 5829436.
HSL color Cylindrical-coordinate representation of color #3CF358: hue angle of 129.18º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF358 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 88 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.05 |
| HSL | 129.18º | 0.88% | 0.59% | - |
| HSV(B) | 129.18º | 0.75% | 0.95% | - |
| XYZ | 35.68 | 65.77 | 20.05 | - |
| YUV | 170.61 | 81.37 | 49.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 88 | 0.75 | 0 | 0.64 | 0.05 | 129.18 | 0.88 | 0.59 |
| Hex | 3C | F3 | 58 | 4B | 0 | 40 | 5 | 81 | 58 | 3B |
| Octal | 74 | 363 | 130 | 113 | 0 | 100 | 5 | 201 | 130 | 73 |
| Binary | 111100 | 11110011 | 1011000 | 1001011 | 0 | 1000000 | 101 | 10000001 | 1011000 | 111011 |
Color Harmonies of #3CF358
Complementary color
Monochromatic Colors of #3CF358
Black with #3CF358
Text Example
Text Example
White with #3CF358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF358; }
p { color: rgb(60,243,88); }
H1.HeaderClassName
{
color: #3CF358;
}
.AnyTagClassName
{
color: #3CF358;
}
</style>
background-color css
<style>
a { background-color: #3CF358; }
a { background-color: rgb(60,243,88); }
div.DivClassName
{
background-color: #3CF358;
}
.BgClassName
{
background-color: #3CF358;
}
</style>
border-color css
<style>
span { border-color: #3CF358; }
span { border-color: rgb(60,243,88); }
td.TdClassName
{
border-color: #3CF358;
}
.TagClassName
{
border-color: #3CF358;
}
</style>