Shades of Screamin' Green #3AFE74
Tints of Screamin' Green #3AFE74
RGB
CMYK
RGB Variations
Color information
#3AFE74 (or 0x3AFE74) is known color: Screamin' Green. HEX triplet: 3A, FE and 74. RGB value is (58,254,116). Sum of RGB (Red+Green+Blue) = 58+254+116=428 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.55% from 428); Green value is 254 (99.61% from 255 or 59.35% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFE74 is #C5018B. Grayscale: #B4B4B4. Windows color (decimal): -12910988 or 7667258. OLE color: 7667258.
HSL color Cylindrical-coordinate representation of color #3AFE74: hue angle of 137.76º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFE74 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 116 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.00 |
| HSL | 137.76º | 0.99% | 0.61% | - |
| HSV(B) | 137.76º | 0.77% | 1% | - |
| XYZ | 40.34 | 73.04 | 28.5 | - |
| YUV | 179.66 | 92.07 | 41.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 116 | 0.77 | 0 | 0.54 | 0.00 | 137.76 | 0.99 | 0.61 |
| Hex | 3A | FE | 74 | 4D | 0 | 36 | 0 | 8A | 63 | 3D |
| Octal | 72 | 376 | 164 | 115 | 0 | 66 | 0 | 212 | 143 | 75 |
| Binary | 111010 | 11111110 | 1110100 | 1001101 | 0 | 110110 | 0 | 10001010 | 1100011 | 111101 |
Color Harmonies of #3AFE74
Complementary color
Monochromatic Colors of #3AFE74
Black with #3AFE74
Text Example
Text Example
White with #3AFE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE74; }
p { color: rgb(58,254,116); }
H1.HeaderClassName
{
color: #3AFE74;
}
.AnyTagClassName
{
color: #3AFE74;
}
</style>
background-color css
<style>
a { background-color: #3AFE74; }
a { background-color: rgb(58,254,116); }
div.DivClassName
{
background-color: #3AFE74;
}
.BgClassName
{
background-color: #3AFE74;
}
</style>
border-color css
<style>
span { border-color: #3AFE74; }
span { border-color: rgb(58,254,116); }
td.TdClassName
{
border-color: #3AFE74;
}
.TagClassName
{
border-color: #3AFE74;
}
</style>