Shades of Screamin' Green #3AFE66
Tints of Screamin' Green #3AFE66
RGB
CMYK
RGB Variations
Color information
#3AFE66 (or 0x3AFE66) is known color: Screamin' Green. HEX triplet: 3A, FE and 66. RGB value is (58,254,102). Sum of RGB (Red+Green+Blue) = 58+254+102=414 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.01% from 414); Green value is 254 (99.61% from 255 or 61.35% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 254 - color contains mainly: green. Hex color #3AFE66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AFE66 is #C50199. Grayscale: #B2B2B2. Windows color (decimal): -12911002 or 6749754. OLE color: 6749754.
HSL color Cylindrical-coordinate representation of color #3AFE66: hue angle of 133.47º 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 #3AFE66 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 254 | 102 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.00 |
| HSL | 133.47º | 0.99% | 0.61% | - |
| HSV(B) | 133.47º | 0.77% | 1% | - |
| XYZ | 39.59 | 72.74 | 24.52 | - |
| YUV | 178.07 | 85.07 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 254 | 102 | 0.77 | 0 | 0.60 | 0.00 | 133.47 | 0.99 | 0.61 |
| Hex | 3A | FE | 66 | 4D | 0 | 3C | 0 | 85 | 63 | 3D |
| Octal | 72 | 376 | 146 | 115 | 0 | 74 | 0 | 205 | 143 | 75 |
| Binary | 111010 | 11111110 | 1100110 | 1001101 | 0 | 111100 | 0 | 10000101 | 1100011 | 111101 |
Color Harmonies of #3AFE66
Complementary color
Monochromatic Colors of #3AFE66
Black with #3AFE66
Text Example
Text Example
White with #3AFE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AFE66; }
p { color: rgb(58,254,102); }
H1.HeaderClassName
{
color: #3AFE66;
}
.AnyTagClassName
{
color: #3AFE66;
}
</style>
background-color css
<style>
a { background-color: #3AFE66; }
a { background-color: rgb(58,254,102); }
div.DivClassName
{
background-color: #3AFE66;
}
.BgClassName
{
background-color: #3AFE66;
}
</style>
border-color css
<style>
span { border-color: #3AFE66; }
span { border-color: rgb(58,254,102); }
td.TdClassName
{
border-color: #3AFE66;
}
.TagClassName
{
border-color: #3AFE66;
}
</style>