Shades of Screamin' Green #3FF55F
Tints of Screamin' Green #3FF55F
RGB
CMYK
RGB Variations
Color information
#3FF55F (or 0x3FF55F) is known color: Screamin' Green. HEX triplet: 3F, F5 and 5F. RGB value is (63,245,95). Sum of RGB (Red+Green+Blue) = 63+245+95=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 245 (96.09% from 255 or 60.79% from 403); Blue value is 95 (37.5% from 255 or 23.57% from 403); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF55F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF55F is #C00AA0. Grayscale: #ADADAD. Windows color (decimal): -12585633 or 6288703. OLE color: 6288703.
HSL color Cylindrical-coordinate representation of color #3FF55F: hue angle of 130.55º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF55F is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 95 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.04 |
| HSL | 130.55º | 0.9% | 0.6% | - |
| HSV(B) | 130.55º | 0.74% | 0.96% | - |
| XYZ | 36.77 | 67.19 | 21.86 | - |
| YUV | 173.48 | 83.7 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 95 | 0.74 | 0 | 0.61 | 0.04 | 130.55 | 0.9 | 0.6 |
| Hex | 3F | F5 | 5F | 4A | 0 | 3D | 4 | 83 | 5A | 3C |
| Octal | 77 | 365 | 137 | 112 | 0 | 75 | 4 | 203 | 132 | 74 |
| Binary | 111111 | 11110101 | 1011111 | 1001010 | 0 | 111101 | 100 | 10000011 | 1011010 | 111100 |
Color Harmonies of #3FF55F
Complementary color
Monochromatic Colors of #3FF55F
Black with #3FF55F
Text Example
Text Example
White with #3FF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF55F; }
p { color: rgb(63,245,95); }
H1.HeaderClassName
{
color: #3FF55F;
}
.AnyTagClassName
{
color: #3FF55F;
}
</style>
background-color css
<style>
a { background-color: #3FF55F; }
a { background-color: rgb(63,245,95); }
div.DivClassName
{
background-color: #3FF55F;
}
.BgClassName
{
background-color: #3FF55F;
}
</style>
border-color css
<style>
span { border-color: #3FF55F; }
span { border-color: rgb(63,245,95); }
td.TdClassName
{
border-color: #3FF55F;
}
.TagClassName
{
border-color: #3FF55F;
}
</style>