Shades of Screamin' Green #3CF268
Tints of Screamin' Green #3CF268
RGB
CMYK
RGB Variations
Color information
#3CF268 (or 0x3CF268) is known color: Screamin' Green. HEX triplet: 3C, F2 and 68. RGB value is (60,242,104). Sum of RGB (Red+Green+Blue) = 60+242+104=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 104 (41.02% from 255 or 25.62% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF268 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF268 is #C30D97. Grayscale: #ACACAC. Windows color (decimal): -12783000 or 6877756. OLE color: 6877756.
HSL color Cylindrical-coordinate representation of color #3CF268: hue angle of 134.51º 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 #3CF268 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 104 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.05 |
| HSL | 134.51º | 0.88% | 0.59% | - |
| HSV(B) | 134.51º | 0.75% | 0.95% | - |
| XYZ | 36.11 | 65.46 | 23.83 | - |
| YUV | 171.85 | 89.7 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 104 | 0.75 | 0 | 0.57 | 0.05 | 134.51 | 0.88 | 0.59 |
| Hex | 3C | F2 | 68 | 4B | 0 | 39 | 5 | 87 | 58 | 3B |
| Octal | 74 | 362 | 150 | 113 | 0 | 71 | 5 | 207 | 130 | 73 |
| Binary | 111100 | 11110010 | 1101000 | 1001011 | 0 | 111001 | 101 | 10000111 | 1011000 | 111011 |
Color Harmonies of #3CF268
Complementary color
Monochromatic Colors of #3CF268
Black with #3CF268
Text Example
Text Example
White with #3CF268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF268; }
p { color: rgb(60,242,104); }
H1.HeaderClassName
{
color: #3CF268;
}
.AnyTagClassName
{
color: #3CF268;
}
</style>
background-color css
<style>
a { background-color: #3CF268; }
a { background-color: rgb(60,242,104); }
div.DivClassName
{
background-color: #3CF268;
}
.BgClassName
{
background-color: #3CF268;
}
</style>
border-color css
<style>
span { border-color: #3CF268; }
span { border-color: rgb(60,242,104); }
td.TdClassName
{
border-color: #3CF268;
}
.TagClassName
{
border-color: #3CF268;
}
</style>