Shades of Screamin' Green #42FA4E
Tints of Screamin' Green #42FA4E
RGB
CMYK
RGB Variations
Color information
#42FA4E (or 0x42FA4E) is known color: Screamin' Green. HEX triplet: 42, FA and 4E. RGB value is (66,250,78). Sum of RGB (Red+Green+Blue) = 66+250+78=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 250 (98.05% from 255 or 63.45% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 250 - color contains mainly: green. Hex color #42FA4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42FA4E is #BD05B1. Grayscale: #AFAFAF. Windows color (decimal): -12387762 or 5175874. OLE color: 5175874.
HSL color Cylindrical-coordinate representation of color #42FA4E: hue angle of 123.91º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FA4E is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 78 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.02 |
| HSL | 123.91º | 0.95% | 0.62% | - |
| HSV(B) | 123.91º | 0.74% | 0.98% | - |
| XYZ | 37.81 | 70.08 | 18.74 | - |
| YUV | 175.38 | 73.04 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 78 | 0.74 | 0 | 0.69 | 0.02 | 123.91 | 0.95 | 0.62 |
| Hex | 42 | FA | 4E | 4A | 0 | 45 | 2 | 7C | 5F | 3E |
| Octal | 102 | 372 | 116 | 112 | 0 | 105 | 2 | 174 | 137 | 76 |
| Binary | 1000010 | 11111010 | 1001110 | 1001010 | 0 | 1000101 | 10 | 1111100 | 1011111 | 111110 |
Color Harmonies of #42FA4E
Complementary color
Monochromatic Colors of #42FA4E
Black with #42FA4E
Text Example
Text Example
White with #42FA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FA4E; }
p { color: rgb(66,250,78); }
H1.HeaderClassName
{
color: #42FA4E;
}
.AnyTagClassName
{
color: #42FA4E;
}
</style>
background-color css
<style>
a { background-color: #42FA4E; }
a { background-color: rgb(66,250,78); }
div.DivClassName
{
background-color: #42FA4E;
}
.BgClassName
{
background-color: #42FA4E;
}
</style>
border-color css
<style>
span { border-color: #42FA4E; }
span { border-color: rgb(66,250,78); }
td.TdClassName
{
border-color: #42FA4E;
}
.TagClassName
{
border-color: #42FA4E;
}
</style>