Shades of Screamin' Green #42F24D
Tints of Screamin' Green #42F24D
RGB
CMYK
RGB Variations
Color information
#42F24D (or 0x42F24D) is known color: Screamin' Green. HEX triplet: 42, F2 and 4D. RGB value is (66,242,77). Sum of RGB (Red+Green+Blue) = 66+242+77=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #42F24D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42F24D is #BD0DB2. Grayscale: #ABABAB. Windows color (decimal): -12389811 or 5108290. OLE color: 5108290.
HSL color Cylindrical-coordinate representation of color #42F24D: hue angle of 123.75º 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 #42F24D is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 242 | 77 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.05 |
| HSL | 123.75º | 0.87% | 0.6% | - |
| HSV(B) | 123.75º | 0.73% | 0.95% | - |
| XYZ | 35.34 | 65.2 | 17.74 | - |
| YUV | 170.57 | 75.19 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 242 | 77 | 0.73 | 0 | 0.68 | 0.05 | 123.75 | 0.87 | 0.6 |
| Hex | 42 | F2 | 4D | 49 | 0 | 44 | 5 | 7C | 57 | 3C |
| Octal | 102 | 362 | 115 | 111 | 0 | 104 | 5 | 174 | 127 | 74 |
| Binary | 1000010 | 11110010 | 1001101 | 1001001 | 0 | 1000100 | 101 | 1111100 | 1010111 | 111100 |
Color Harmonies of #42F24D
Complementary color
Monochromatic Colors of #42F24D
Black with #42F24D
Text Example
Text Example
White with #42F24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42F24D; }
p { color: rgb(66,242,77); }
H1.HeaderClassName
{
color: #42F24D;
}
.AnyTagClassName
{
color: #42F24D;
}
</style>
background-color css
<style>
a { background-color: #42F24D; }
a { background-color: rgb(66,242,77); }
div.DivClassName
{
background-color: #42F24D;
}
.BgClassName
{
background-color: #42F24D;
}
</style>
border-color css
<style>
span { border-color: #42F24D; }
span { border-color: rgb(66,242,77); }
td.TdClassName
{
border-color: #42F24D;
}
.TagClassName
{
border-color: #42F24D;
}
</style>