Shades of Screamin' Green #3AFE54
Tints of Screamin' Green #3AFE54
RGB
CMYK
RGB Variations
Color information
#3AFE54 (or 0x3AFE54) is known color: Screamin' Green. HEX triplet: 3A, FE and 54. RGB value is (58,254,84). Sum of RGB (Red+Green+Blue) = 58+254+84=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFE54 is #C501AB. Grayscale: #B0B0B0. Windows color (decimal): -12911020 or 5570106. OLE color: 5570106.
HSL color Cylindrical-coordinate representation of color #3AFE54: hue angle of 127.96º 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 #3AFE54 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 84 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.00 |
| HSL | 127.96º | 0.99% | 0.61% | - |
| HSV(B) | 127.96º | 0.77% | 1% | - |
| XYZ | 38.79 | 72.42 | 20.32 | - |
| YUV | 176.02 | 76.07 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 84 | 0.77 | 0 | 0.67 | 0.00 | 127.96 | 0.99 | 0.61 |
| Hex | 3A | FE | 54 | 4D | 0 | 43 | 0 | 80 | 63 | 3D |
| Octal | 72 | 376 | 124 | 115 | 0 | 103 | 0 | 200 | 143 | 75 |
| Binary | 111010 | 11111110 | 1010100 | 1001101 | 0 | 1000011 | 0 | 10000000 | 1100011 | 111101 |
Color Harmonies of #3AFE54
Complementary color
Monochromatic Colors of #3AFE54
Black with #3AFE54
Text Example
Text Example
White with #3AFE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE54; }
p { color: rgb(58,254,84); }
H1.HeaderClassName
{
color: #3AFE54;
}
.AnyTagClassName
{
color: #3AFE54;
}
</style>
background-color css
<style>
a { background-color: #3AFE54; }
a { background-color: rgb(58,254,84); }
div.DivClassName
{
background-color: #3AFE54;
}
.BgClassName
{
background-color: #3AFE54;
}
</style>
border-color css
<style>
span { border-color: #3AFE54; }
span { border-color: rgb(58,254,84); }
td.TdClassName
{
border-color: #3AFE54;
}
.TagClassName
{
border-color: #3AFE54;
}
</style>