Shades of Screamin' Green #3FF067
Tints of Screamin' Green #3FF067
RGB
CMYK
RGB Variations
Color information
#3FF067 (or 0x3FF067) is known color: Screamin' Green. HEX triplet: 3F, F0 and 67. RGB value is (63,240,103). Sum of RGB (Red+Green+Blue) = 63+240+103=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 240 (94.14% from 255 or 59.11% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF067 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FF067 is #C00F98. Grayscale: #ABABAB. Windows color (decimal): -12586905 or 6811711. OLE color: 6811711.
HSL color Cylindrical-coordinate representation of color #3FF067: hue angle of 133.56º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF067 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 103 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.06 |
| HSL | 133.56º | 0.86% | 0.59% | - |
| HSV(B) | 133.56º | 0.74% | 0.94% | - |
| XYZ | 35.66 | 64.36 | 23.37 | - |
| YUV | 171.46 | 89.36 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 103 | 0.74 | 0 | 0.57 | 0.06 | 133.56 | 0.86 | 0.59 |
| Hex | 3F | F0 | 67 | 4A | 0 | 39 | 6 | 86 | 56 | 3B |
| Octal | 77 | 360 | 147 | 112 | 0 | 71 | 6 | 206 | 126 | 73 |
| Binary | 111111 | 11110000 | 1100111 | 1001010 | 0 | 111001 | 110 | 10000110 | 1010110 | 111011 |
Color Harmonies of #3FF067
Complementary color
Monochromatic Colors of #3FF067
Black with #3FF067
Text Example
Text Example
White with #3FF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF067; }
p { color: rgb(63,240,103); }
H1.HeaderClassName
{
color: #3FF067;
}
.AnyTagClassName
{
color: #3FF067;
}
</style>
background-color css
<style>
a { background-color: #3FF067; }
a { background-color: rgb(63,240,103); }
div.DivClassName
{
background-color: #3FF067;
}
.BgClassName
{
background-color: #3FF067;
}
</style>
border-color css
<style>
span { border-color: #3FF067; }
span { border-color: rgb(63,240,103); }
td.TdClassName
{
border-color: #3FF067;
}
.TagClassName
{
border-color: #3FF067;
}
</style>