Shades of Screamin' Green #3AFE7E
Tints of Screamin' Green #3AFE7E
RGB
CMYK
RGB Variations
Color information
#3AFE7E (or 0x3AFE7E) is known color: Screamin' Green. HEX triplet: 3A, FE and 7E. RGB value is (58,254,126). Sum of RGB (Red+Green+Blue) = 58+254+126=438 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.24% from 438); Green value is 254 (99.61% from 255 or 57.99% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFE7E is #C50181. Grayscale: #B5B5B5. Windows color (decimal): -12910978 or 8322618. OLE color: 8322618.
HSL color Cylindrical-coordinate representation of color #3AFE7E: hue angle of 140.82º 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 #3AFE7E is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 126 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.00 |
| HSL | 140.82º | 0.99% | 0.61% | - |
| HSV(B) | 140.82º | 0.77% | 1% | - |
| XYZ | 40.95 | 73.29 | 31.73 | - |
| YUV | 180.8 | 97.07 | 40.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 126 | 0.77 | 0 | 0.50 | 0.00 | 140.82 | 0.99 | 0.61 |
| Hex | 3A | FE | 7E | 4D | 0 | 32 | 0 | 8D | 63 | 3D |
| Octal | 72 | 376 | 176 | 115 | 0 | 62 | 0 | 215 | 143 | 75 |
| Binary | 111010 | 11111110 | 1111110 | 1001101 | 0 | 110010 | 0 | 10001101 | 1100011 | 111101 |
Color Harmonies of #3AFE7E
Complementary color
Monochromatic Colors of #3AFE7E
Black with #3AFE7E
Text Example
Text Example
White with #3AFE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE7E; }
p { color: rgb(58,254,126); }
H1.HeaderClassName
{
color: #3AFE7E;
}
.AnyTagClassName
{
color: #3AFE7E;
}
</style>
background-color css
<style>
a { background-color: #3AFE7E; }
a { background-color: rgb(58,254,126); }
div.DivClassName
{
background-color: #3AFE7E;
}
.BgClassName
{
background-color: #3AFE7E;
}
</style>
border-color css
<style>
span { border-color: #3AFE7E; }
span { border-color: rgb(58,254,126); }
td.TdClassName
{
border-color: #3AFE7E;
}
.TagClassName
{
border-color: #3AFE7E;
}
</style>