Shades of Screamin' Green #3AFE4D
Tints of Screamin' Green #3AFE4D
RGB
CMYK
RGB Variations
Color information
#3AFE4D (or 0x3AFE4D) is known color: Screamin' Green. HEX triplet: 3A, FE and 4D. RGB value is (58,254,77). Sum of RGB (Red+Green+Blue) = 58+254+77=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 254 (99.61% from 255 or 65.30% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFE4D is #C501B2. Grayscale: #AFAFAF. Windows color (decimal): -12911027 or 5111354. OLE color: 5111354.
HSL color Cylindrical-coordinate representation of color #3AFE4D: hue angle of 125.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 #3AFE4D is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 77 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.00 |
| HSL | 125.82º | 0.99% | 0.61% | - |
| HSV(B) | 125.82º | 0.77% | 1% | - |
| XYZ | 38.53 | 72.32 | 18.95 | - |
| YUV | 175.22 | 72.57 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 77 | 0.77 | 0 | 0.70 | 0.00 | 125.82 | 0.99 | 0.61 |
| Hex | 3A | FE | 4D | 4D | 0 | 46 | 0 | 7E | 63 | 3D |
| Octal | 72 | 376 | 115 | 115 | 0 | 106 | 0 | 176 | 143 | 75 |
| Binary | 111010 | 11111110 | 1001101 | 1001101 | 0 | 1000110 | 0 | 1111110 | 1100011 | 111101 |
Color Harmonies of #3AFE4D
Complementary color
Monochromatic Colors of #3AFE4D
Black with #3AFE4D
Text Example
Text Example
White with #3AFE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE4D; }
p { color: rgb(58,254,77); }
H1.HeaderClassName
{
color: #3AFE4D;
}
.AnyTagClassName
{
color: #3AFE4D;
}
</style>
background-color css
<style>
a { background-color: #3AFE4D; }
a { background-color: rgb(58,254,77); }
div.DivClassName
{
background-color: #3AFE4D;
}
.BgClassName
{
background-color: #3AFE4D;
}
</style>
border-color css
<style>
span { border-color: #3AFE4D; }
span { border-color: rgb(58,254,77); }
td.TdClassName
{
border-color: #3AFE4D;
}
.TagClassName
{
border-color: #3AFE4D;
}
</style>