Shades of Screamin' Green #3AF267
Tints of Screamin' Green #3AF267
RGB
CMYK
RGB Variations
Color information
#3AF267 (or 0x3AF267) is known color: Screamin' Green. HEX triplet: 3A, F2 and 67. RGB value is (58,242,103). Sum of RGB (Red+Green+Blue) = 58+242+103=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 242 (94.92% from 255 or 60.05% from 403); Blue value is 103 (40.62% from 255 or 25.56% from 403); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF267 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF267 is #C50D98. Grayscale: #ABABAB. Windows color (decimal): -12914073 or 6812218. OLE color: 6812218.
HSL color Cylindrical-coordinate representation of color #3AF267: hue angle of 134.67º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF267 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 242 | 103 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.05 |
| HSL | 134.67º | 0.88% | 0.59% | - |
| HSV(B) | 134.67º | 0.76% | 0.95% | - |
| XYZ | 35.95 | 65.38 | 23.56 | - |
| YUV | 171.14 | 89.54 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 242 | 103 | 0.76 | 0 | 0.57 | 0.05 | 134.67 | 0.88 | 0.59 |
| Hex | 3A | F2 | 67 | 4C | 0 | 39 | 5 | 87 | 58 | 3B |
| Octal | 72 | 362 | 147 | 114 | 0 | 71 | 5 | 207 | 130 | 73 |
| Binary | 111010 | 11110010 | 1100111 | 1001100 | 0 | 111001 | 101 | 10000111 | 1011000 | 111011 |
Color Harmonies of #3AF267
Complementary color
Monochromatic Colors of #3AF267
Black with #3AF267
Text Example
Text Example
White with #3AF267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF267; }
p { color: rgb(58,242,103); }
H1.HeaderClassName
{
color: #3AF267;
}
.AnyTagClassName
{
color: #3AF267;
}
</style>
background-color css
<style>
a { background-color: #3AF267; }
a { background-color: rgb(58,242,103); }
div.DivClassName
{
background-color: #3AF267;
}
.BgClassName
{
background-color: #3AF267;
}
</style>
border-color css
<style>
span { border-color: #3AF267; }
span { border-color: rgb(58,242,103); }
td.TdClassName
{
border-color: #3AF267;
}
.TagClassName
{
border-color: #3AF267;
}
</style>