Shades of Screamin' Green #3AFE70
Tints of Screamin' Green #3AFE70
RGB
CMYK
RGB Variations
Color information
#3AFE70 (or 0x3AFE70) is known color: Screamin' Green. HEX triplet: 3A, FE and 70. RGB value is (58,254,112). Sum of RGB (Red+Green+Blue) = 58+254+112=424 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.68% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFE70 is #C5018F. Grayscale: #B3B3B3. Windows color (decimal): -12910992 or 7405114. OLE color: 7405114.
HSL color Cylindrical-coordinate representation of color #3AFE70: hue angle of 136.53º 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 #3AFE70 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 112 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.00 |
| HSL | 136.53º | 0.99% | 0.61% | - |
| HSV(B) | 136.53º | 0.77% | 1% | - |
| XYZ | 40.11 | 72.95 | 27.3 | - |
| YUV | 179.21 | 90.07 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 112 | 0.77 | 0 | 0.56 | 0.00 | 136.53 | 0.99 | 0.61 |
| Hex | 3A | FE | 70 | 4D | 0 | 38 | 0 | 89 | 63 | 3D |
| Octal | 72 | 376 | 160 | 115 | 0 | 70 | 0 | 211 | 143 | 75 |
| Binary | 111010 | 11111110 | 1110000 | 1001101 | 0 | 111000 | 0 | 10001001 | 1100011 | 111101 |
Color Harmonies of #3AFE70
Complementary color
Monochromatic Colors of #3AFE70
Black with #3AFE70
Text Example
Text Example
White with #3AFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE70; }
p { color: rgb(58,254,112); }
H1.HeaderClassName
{
color: #3AFE70;
}
.AnyTagClassName
{
color: #3AFE70;
}
</style>
background-color css
<style>
a { background-color: #3AFE70; }
a { background-color: rgb(58,254,112); }
div.DivClassName
{
background-color: #3AFE70;
}
.BgClassName
{
background-color: #3AFE70;
}
</style>
border-color css
<style>
span { border-color: #3AFE70; }
span { border-color: rgb(58,254,112); }
td.TdClassName
{
border-color: #3AFE70;
}
.TagClassName
{
border-color: #3AFE70;
}
</style>