Shades of Screamin' Green #3AFB74
Tints of Screamin' Green #3AFB74
RGB
CMYK
RGB Variations
Color information
#3AFB74 (or 0x3AFB74) is known color: Screamin' Green. HEX triplet: 3A, FB and 74. RGB value is (58,251,116). Sum of RGB (Red+Green+Blue) = 58+251+116=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 251 (98.44% from 255 or 59.06% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 251 - color contains mainly: green. Hex color #3AFB74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFB74 is #C5048B. Grayscale: #B2B2B2. Windows color (decimal): -12911756 or 7666490. OLE color: 7666490.
HSL color Cylindrical-coordinate representation of color #3AFB74: hue angle of 138.03º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFB74 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 251 | 116 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.02 |
| HSL | 138.03º | 0.96% | 0.61% | - |
| HSV(B) | 138.03º | 0.77% | 0.98% | - |
| XYZ | 39.39 | 71.15 | 28.18 | - |
| YUV | 177.9 | 93.06 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 251 | 116 | 0.77 | 0 | 0.54 | 0.02 | 138.03 | 0.96 | 0.61 |
| Hex | 3A | FB | 74 | 4D | 0 | 36 | 2 | 8A | 60 | 3D |
| Octal | 72 | 373 | 164 | 115 | 0 | 66 | 2 | 212 | 140 | 75 |
| Binary | 111010 | 11111011 | 1110100 | 1001101 | 0 | 110110 | 10 | 10001010 | 1100000 | 111101 |
Color Harmonies of #3AFB74
Complementary color
Monochromatic Colors of #3AFB74
Black with #3AFB74
Text Example
Text Example
White with #3AFB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFB74; }
p { color: rgb(58,251,116); }
H1.HeaderClassName
{
color: #3AFB74;
}
.AnyTagClassName
{
color: #3AFB74;
}
</style>
background-color css
<style>
a { background-color: #3AFB74; }
a { background-color: rgb(58,251,116); }
div.DivClassName
{
background-color: #3AFB74;
}
.BgClassName
{
background-color: #3AFB74;
}
</style>
border-color css
<style>
span { border-color: #3AFB74; }
span { border-color: rgb(58,251,116); }
td.TdClassName
{
border-color: #3AFB74;
}
.TagClassName
{
border-color: #3AFB74;
}
</style>