Shades of Screamin' Green #3AFE4A
Tints of Screamin' Green #3AFE4A
RGB
CMYK
RGB Variations
Color information
#3AFE4A (or 0x3AFE4A) is known color: Screamin' Green. HEX triplet: 3A, FE and 4A. RGB value is (58,254,74). Sum of RGB (Red+Green+Blue) = 58+254+74=386 (51% of max value = 765). Red value is 58 (23.05% from 255 or 15.03% from 386); Green value is 254 (99.61% from 255 or 65.80% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3AFE4A is #C501B5. Grayscale: #AFAFAF. Windows color (decimal): -12911030 or 4914746. OLE color: 4914746.
HSL color Cylindrical-coordinate representation of color #3AFE4A: hue angle of 124.9º 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 #3AFE4A is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 74 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.00 |
| HSL | 124.9º | 0.99% | 0.61% | - |
| HSV(B) | 124.9º | 0.77% | 1% | - |
| XYZ | 38.42 | 72.28 | 18.4 | - |
| YUV | 174.88 | 71.07 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 74 | 0.77 | 0 | 0.71 | 0.00 | 124.9 | 0.99 | 0.61 |
| Hex | 3A | FE | 4A | 4D | 0 | 47 | 0 | 7D | 63 | 3D |
| Octal | 72 | 376 | 112 | 115 | 0 | 107 | 0 | 175 | 143 | 75 |
| Binary | 111010 | 11111110 | 1001010 | 1001101 | 0 | 1000111 | 0 | 1111101 | 1100011 | 111101 |
Color Harmonies of #3AFE4A
Complementary color
Monochromatic Colors of #3AFE4A
Black with #3AFE4A
Text Example
Text Example
White with #3AFE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE4A; }
p { color: rgb(58,254,74); }
H1.HeaderClassName
{
color: #3AFE4A;
}
.AnyTagClassName
{
color: #3AFE4A;
}
</style>
background-color css
<style>
a { background-color: #3AFE4A; }
a { background-color: rgb(58,254,74); }
div.DivClassName
{
background-color: #3AFE4A;
}
.BgClassName
{
background-color: #3AFE4A;
}
</style>
border-color css
<style>
span { border-color: #3AFE4A; }
span { border-color: rgb(58,254,74); }
td.TdClassName
{
border-color: #3AFE4A;
}
.TagClassName
{
border-color: #3AFE4A;
}
</style>