Shades of Screamin' Green #3AFC5A
Tints of Screamin' Green #3AFC5A
RGB
CMYK
RGB Variations
Color information
#3AFC5A (or 0x3AFC5A) is known color: Screamin' Green. HEX triplet: 3A, FC and 5A. RGB value is (58,252,90). Sum of RGB (Red+Green+Blue) = 58+252+90=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 252 (98.83% from 255 or 63% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 252 - color contains mainly: green. Hex color #3AFC5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFC5A is #C503A5. Grayscale: #AFAFAF. Windows color (decimal): -12911526 or 5962810. OLE color: 5962810.
HSL color Cylindrical-coordinate representation of color #3AFC5A: hue angle of 129.9º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AFC5A is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 252 | 90 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.01 |
| HSL | 129.9º | 0.97% | 0.61% | - |
| HSV(B) | 129.9º | 0.77% | 0.99% | - |
| XYZ | 38.4 | 71.26 | 21.4 | - |
| YUV | 175.53 | 79.73 | 44.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 252 | 90 | 0.77 | 0 | 0.64 | 0.01 | 129.9 | 0.97 | 0.61 |
| Hex | 3A | FC | 5A | 4D | 0 | 40 | 1 | 82 | 61 | 3D |
| Octal | 72 | 374 | 132 | 115 | 0 | 100 | 1 | 202 | 141 | 75 |
| Binary | 111010 | 11111100 | 1011010 | 1001101 | 0 | 1000000 | 1 | 10000010 | 1100001 | 111101 |
Color Harmonies of #3AFC5A
Complementary color
Monochromatic Colors of #3AFC5A
Black with #3AFC5A
Text Example
Text Example
White with #3AFC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFC5A; }
p { color: rgb(58,252,90); }
H1.HeaderClassName
{
color: #3AFC5A;
}
.AnyTagClassName
{
color: #3AFC5A;
}
</style>
background-color css
<style>
a { background-color: #3AFC5A; }
a { background-color: rgb(58,252,90); }
div.DivClassName
{
background-color: #3AFC5A;
}
.BgClassName
{
background-color: #3AFC5A;
}
</style>
border-color css
<style>
span { border-color: #3AFC5A; }
span { border-color: rgb(58,252,90); }
td.TdClassName
{
border-color: #3AFC5A;
}
.TagClassName
{
border-color: #3AFC5A;
}
</style>