Shades of Screamin' Green #3AFE7C
Tints of Screamin' Green #3AFE7C
RGB
CMYK
RGB Variations
Color information
#3AFE7C (or 0x3AFE7C) is known color: Screamin' Green. HEX triplet: 3A, FE and 7C. RGB value is (58,254,124). Sum of RGB (Red+Green+Blue) = 58+254+124=436 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.30% from 436); Green value is 254 (99.61% from 255 or 58.26% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE7C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFE7C is #C50183. Grayscale: #B4B4B4. Windows color (decimal): -12910980 or 8191546. OLE color: 8191546.
HSL color Cylindrical-coordinate representation of color #3AFE7C: hue angle of 140.2º 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 #3AFE7C is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 124 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.00 |
| HSL | 140.2º | 0.99% | 0.61% | - |
| HSV(B) | 140.2º | 0.77% | 1% | - |
| XYZ | 40.82 | 73.24 | 31.05 | - |
| YUV | 180.58 | 96.07 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 124 | 0.77 | 0 | 0.51 | 0.00 | 140.2 | 0.99 | 0.61 |
| Hex | 3A | FE | 7C | 4D | 0 | 33 | 0 | 8C | 63 | 3D |
| Octal | 72 | 376 | 174 | 115 | 0 | 63 | 0 | 214 | 143 | 75 |
| Binary | 111010 | 11111110 | 1111100 | 1001101 | 0 | 110011 | 0 | 10001100 | 1100011 | 111101 |
Color Harmonies of #3AFE7C
Complementary color
Monochromatic Colors of #3AFE7C
Black with #3AFE7C
Text Example
Text Example
White with #3AFE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE7C; }
p { color: rgb(58,254,124); }
H1.HeaderClassName
{
color: #3AFE7C;
}
.AnyTagClassName
{
color: #3AFE7C;
}
</style>
background-color css
<style>
a { background-color: #3AFE7C; }
a { background-color: rgb(58,254,124); }
div.DivClassName
{
background-color: #3AFE7C;
}
.BgClassName
{
background-color: #3AFE7C;
}
</style>
border-color css
<style>
span { border-color: #3AFE7C; }
span { border-color: rgb(58,254,124); }
td.TdClassName
{
border-color: #3AFE7C;
}
.TagClassName
{
border-color: #3AFE7C;
}
</style>