Shades of Screamin' Green #3FF155
Tints of Screamin' Green #3FF155
RGB
CMYK
RGB Variations
Color information
#3FF155 (or 0x3FF155) is known color: Screamin' Green. HEX triplet: 3F, F1 and 55. RGB value is (63,241,85). Sum of RGB (Red+Green+Blue) = 63+241+85=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 241 (94.53% from 255 or 61.95% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF155 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF155 is #C00EAA. Grayscale: #AAAAAA. Windows color (decimal): -12586667 or 5632319. OLE color: 5632319.
HSL color Cylindrical-coordinate representation of color #3FF155: hue angle of 127.42º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF155 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 85 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.05 |
| HSL | 127.42º | 0.86% | 0.6% | - |
| HSV(B) | 127.42º | 0.74% | 0.95% | - |
| XYZ | 35.14 | 64.62 | 19.22 | - |
| YUV | 169.99 | 80.03 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 85 | 0.74 | 0 | 0.65 | 0.05 | 127.42 | 0.86 | 0.6 |
| Hex | 3F | F1 | 55 | 4A | 0 | 41 | 5 | 7F | 56 | 3C |
| Octal | 77 | 361 | 125 | 112 | 0 | 101 | 5 | 177 | 126 | 74 |
| Binary | 111111 | 11110001 | 1010101 | 1001010 | 0 | 1000001 | 101 | 1111111 | 1010110 | 111100 |
Color Harmonies of #3FF155
Complementary color
Monochromatic Colors of #3FF155
Black with #3FF155
Text Example
Text Example
White with #3FF155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF155; }
p { color: rgb(63,241,85); }
H1.HeaderClassName
{
color: #3FF155;
}
.AnyTagClassName
{
color: #3FF155;
}
</style>
background-color css
<style>
a { background-color: #3FF155; }
a { background-color: rgb(63,241,85); }
div.DivClassName
{
background-color: #3FF155;
}
.BgClassName
{
background-color: #3FF155;
}
</style>
border-color css
<style>
span { border-color: #3FF155; }
span { border-color: rgb(63,241,85); }
td.TdClassName
{
border-color: #3FF155;
}
.TagClassName
{
border-color: #3FF155;
}
</style>