Shades of Screamin' Green #42F254
Tints of Screamin' Green #42F254
RGB
CMYK
RGB Variations
Color information
#42F254 (or 0x42F254) is known color: Screamin' Green. HEX triplet: 42, F2 and 54. RGB value is (66,242,84). Sum of RGB (Red+Green+Blue) = 66+242+84=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 242 (94.92% from 255 or 61.73% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 242 - color contains mainly: green. Hex color #42F254 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F254 is #BD0DAB. Grayscale: #ABABAB. Windows color (decimal): -12389804 or 5567042. OLE color: 5567042.
HSL color Cylindrical-coordinate representation of color #42F254: hue angle of 126.14º degrees, saturation: 0.87, 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 #42F254 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 84 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.05 |
| HSL | 126.14º | 0.87% | 0.6% | - |
| HSV(B) | 126.14º | 0.73% | 0.95% | - |
| XYZ | 35.6 | 65.3 | 19.12 | - |
| YUV | 171.36 | 78.69 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 84 | 0.73 | 0 | 0.65 | 0.05 | 126.14 | 0.87 | 0.6 |
| Hex | 42 | F2 | 54 | 49 | 0 | 41 | 5 | 7E | 57 | 3C |
| Octal | 102 | 362 | 124 | 111 | 0 | 101 | 5 | 176 | 127 | 74 |
| Binary | 1000010 | 11110010 | 1010100 | 1001001 | 0 | 1000001 | 101 | 1111110 | 1010111 | 111100 |
Color Harmonies of #42F254
Complementary color
Monochromatic Colors of #42F254
Black with #42F254
Text Example
Text Example
White with #42F254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F254; }
p { color: rgb(66,242,84); }
H1.HeaderClassName
{
color: #42F254;
}
.AnyTagClassName
{
color: #42F254;
}
</style>
background-color css
<style>
a { background-color: #42F254; }
a { background-color: rgb(66,242,84); }
div.DivClassName
{
background-color: #42F254;
}
.BgClassName
{
background-color: #42F254;
}
</style>
border-color css
<style>
span { border-color: #42F254; }
span { border-color: rgb(66,242,84); }
td.TdClassName
{
border-color: #42F254;
}
.TagClassName
{
border-color: #42F254;
}
</style>