Shades of Screamin' Green #3CF25D
Tints of Screamin' Green #3CF25D
RGB
CMYK
RGB Variations
Color information
#3CF25D (or 0x3CF25D) is known color: Screamin' Green. HEX triplet: 3C, F2 and 5D. RGB value is (60,242,93). Sum of RGB (Red+Green+Blue) = 60+242+93=395 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.19% from 395); Green value is 242 (94.92% from 255 or 61.27% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF25D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF25D is #C30DA2. Grayscale: #ABABAB. Windows color (decimal): -12783011 or 6156860. OLE color: 6156860.
HSL color Cylindrical-coordinate representation of color #3CF25D: hue angle of 130.88º 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 #3CF25D is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 93 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.05 |
| HSL | 130.88º | 0.88% | 0.59% | - |
| HSV(B) | 130.88º | 0.75% | 0.95% | - |
| XYZ | 35.59 | 65.26 | 21.08 | - |
| YUV | 170.6 | 84.2 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 93 | 0.75 | 0 | 0.62 | 0.05 | 130.88 | 0.88 | 0.59 |
| Hex | 3C | F2 | 5D | 4B | 0 | 3E | 5 | 83 | 58 | 3B |
| Octal | 74 | 362 | 135 | 113 | 0 | 76 | 5 | 203 | 130 | 73 |
| Binary | 111100 | 11110010 | 1011101 | 1001011 | 0 | 111110 | 101 | 10000011 | 1011000 | 111011 |
Color Harmonies of #3CF25D
Complementary color
Monochromatic Colors of #3CF25D
Black with #3CF25D
Text Example
Text Example
White with #3CF25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF25D; }
p { color: rgb(60,242,93); }
H1.HeaderClassName
{
color: #3CF25D;
}
.AnyTagClassName
{
color: #3CF25D;
}
</style>
background-color css
<style>
a { background-color: #3CF25D; }
a { background-color: rgb(60,242,93); }
div.DivClassName
{
background-color: #3CF25D;
}
.BgClassName
{
background-color: #3CF25D;
}
</style>
border-color css
<style>
span { border-color: #3CF25D; }
span { border-color: rgb(60,242,93); }
td.TdClassName
{
border-color: #3CF25D;
}
.TagClassName
{
border-color: #3CF25D;
}
</style>