Shades of Screamin' Green #3CF25F
Tints of Screamin' Green #3CF25F
RGB
CMYK
RGB Variations
Color information
#3CF25F (or 0x3CF25F) is known color: Screamin' Green. HEX triplet: 3C, F2 and 5F. RGB value is (60,242,95). Sum of RGB (Red+Green+Blue) = 60+242+95=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 242 (94.92% from 255 or 60.96% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF25F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF25F is #C30DA0. Grayscale: #ABABAB. Windows color (decimal): -12783009 or 6287932. OLE color: 6287932.
HSL color Cylindrical-coordinate representation of color #3CF25F: hue angle of 131.54º 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 #3CF25F is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 95 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.05 |
| HSL | 131.54º | 0.88% | 0.59% | - |
| HSV(B) | 131.54º | 0.75% | 0.95% | - |
| XYZ | 35.68 | 65.29 | 21.55 | - |
| YUV | 170.82 | 85.2 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 95 | 0.75 | 0 | 0.61 | 0.05 | 131.54 | 0.88 | 0.59 |
| Hex | 3C | F2 | 5F | 4B | 0 | 3D | 5 | 84 | 58 | 3B |
| Octal | 74 | 362 | 137 | 113 | 0 | 75 | 5 | 204 | 130 | 73 |
| Binary | 111100 | 11110010 | 1011111 | 1001011 | 0 | 111101 | 101 | 10000100 | 1011000 | 111011 |
Color Harmonies of #3CF25F
Complementary color
Monochromatic Colors of #3CF25F
Black with #3CF25F
Text Example
Text Example
White with #3CF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF25F; }
p { color: rgb(60,242,95); }
H1.HeaderClassName
{
color: #3CF25F;
}
.AnyTagClassName
{
color: #3CF25F;
}
</style>
background-color css
<style>
a { background-color: #3CF25F; }
a { background-color: rgb(60,242,95); }
div.DivClassName
{
background-color: #3CF25F;
}
.BgClassName
{
background-color: #3CF25F;
}
</style>
border-color css
<style>
span { border-color: #3CF25F; }
span { border-color: rgb(60,242,95); }
td.TdClassName
{
border-color: #3CF25F;
}
.TagClassName
{
border-color: #3CF25F;
}
</style>