Shades of Screamin' Green #3CF25B
Tints of Screamin' Green #3CF25B
RGB
CMYK
RGB Variations
Color information
#3CF25B (or 0x3CF25B) is known color: Screamin' Green. HEX triplet: 3C, F2 and 5B. RGB value is (60,242,91). Sum of RGB (Red+Green+Blue) = 60+242+91=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF25B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF25B is #C30DA4. Grayscale: #AAAAAA. Windows color (decimal): -12783013 or 6025788. OLE color: 6025788.
HSL color Cylindrical-coordinate representation of color #3CF25B: hue angle of 130.22º 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 #3CF25B is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 91 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.05 |
| HSL | 130.22º | 0.88% | 0.59% | - |
| HSV(B) | 130.22º | 0.75% | 0.95% | - |
| XYZ | 35.5 | 65.22 | 20.62 | - |
| YUV | 170.37 | 83.2 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 91 | 0.75 | 0 | 0.62 | 0.05 | 130.22 | 0.88 | 0.59 |
| Hex | 3C | F2 | 5B | 4B | 0 | 3E | 5 | 82 | 58 | 3B |
| Octal | 74 | 362 | 133 | 113 | 0 | 76 | 5 | 202 | 130 | 73 |
| Binary | 111100 | 11110010 | 1011011 | 1001011 | 0 | 111110 | 101 | 10000010 | 1011000 | 111011 |
Color Harmonies of #3CF25B
Complementary color
Monochromatic Colors of #3CF25B
Black with #3CF25B
Text Example
Text Example
White with #3CF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF25B; }
p { color: rgb(60,242,91); }
H1.HeaderClassName
{
color: #3CF25B;
}
.AnyTagClassName
{
color: #3CF25B;
}
</style>
background-color css
<style>
a { background-color: #3CF25B; }
a { background-color: rgb(60,242,91); }
div.DivClassName
{
background-color: #3CF25B;
}
.BgClassName
{
background-color: #3CF25B;
}
</style>
border-color css
<style>
span { border-color: #3CF25B; }
span { border-color: rgb(60,242,91); }
td.TdClassName
{
border-color: #3CF25B;
}
.TagClassName
{
border-color: #3CF25B;
}
</style>