Shades of Screamin' Green #42F154
Tints of Screamin' Green #42F154
RGB
CMYK
RGB Variations
Color information
#42F154 (or 0x42F154) is known color: Screamin' Green. HEX triplet: 42, F1 and 54. RGB value is (66,241,84). Sum of RGB (Red+Green+Blue) = 66+241+84=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 241 (94.53% from 255 or 61.64% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 241 - color contains mainly: green. Hex color #42F154 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F154 is #BD0EAB. Grayscale: #ABABAB. Windows color (decimal): -12390060 or 5566786. OLE color: 5566786.
HSL color Cylindrical-coordinate representation of color #42F154: hue angle of 126.17º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42F154 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 241 | 84 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.05 |
| HSL | 126.17º | 0.86% | 0.6% | - |
| HSV(B) | 126.17º | 0.73% | 0.95% | - |
| XYZ | 35.3 | 64.71 | 19.02 | - |
| YUV | 170.78 | 79.02 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 241 | 84 | 0.73 | 0 | 0.65 | 0.05 | 126.17 | 0.86 | 0.6 |
| Hex | 42 | F1 | 54 | 49 | 0 | 41 | 5 | 7E | 56 | 3C |
| Octal | 102 | 361 | 124 | 111 | 0 | 101 | 5 | 176 | 126 | 74 |
| Binary | 1000010 | 11110001 | 1010100 | 1001001 | 0 | 1000001 | 101 | 1111110 | 1010110 | 111100 |
Color Harmonies of #42F154
Complementary color
Monochromatic Colors of #42F154
Black with #42F154
Text Example
Text Example
White with #42F154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F154; }
p { color: rgb(66,241,84); }
H1.HeaderClassName
{
color: #42F154;
}
.AnyTagClassName
{
color: #42F154;
}
</style>
background-color css
<style>
a { background-color: #42F154; }
a { background-color: rgb(66,241,84); }
div.DivClassName
{
background-color: #42F154;
}
.BgClassName
{
background-color: #42F154;
}
</style>
border-color css
<style>
span { border-color: #42F154; }
span { border-color: rgb(66,241,84); }
td.TdClassName
{
border-color: #42F154;
}
.TagClassName
{
border-color: #42F154;
}
</style>