Shades of Screamin' Green #52E24E
Tints of Screamin' Green #52E24E
RGB
CMYK
RGB Variations
Color information
#52E24E (or 0x52E24E) is known color: Screamin' Green. HEX triplet: 52, E2 and 4E. RGB value is (82,226,78). Sum of RGB (Red+Green+Blue) = 82+226+78=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 226 (88.67% from 255 or 58.55% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 226 - color contains mainly: green. Hex color #52E24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52E24E is #AD1DB1. Grayscale: #A6A6A6. Windows color (decimal): -11345330 or 5169746. OLE color: 5169746.
HSL color Cylindrical-coordinate representation of color #52E24E: hue angle of 118.38º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E24E is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 226 | 78 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.11 |
| HSL | 118.38º | 0.72% | 0.6% | - |
| HSV(B) | 118.38º | 0.65% | 0.89% | - |
| XYZ | 32.05 | 56.74 | 16.47 | - |
| YUV | 166.07 | 78.29 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 226 | 78 | 0.64 | 0 | 0.65 | 0.11 | 118.38 | 0.72 | 0.6 |
| Hex | 52 | E2 | 4E | 40 | 0 | 41 | B | 76 | 48 | 3C |
| Octal | 122 | 342 | 116 | 100 | 0 | 101 | 13 | 166 | 110 | 74 |
| Binary | 1010010 | 11100010 | 1001110 | 1000000 | 0 | 1000001 | 1011 | 1110110 | 1001000 | 111100 |
Color Harmonies of #52E24E
Complementary color
Monochromatic Colors of #52E24E
Black with #52E24E
Text Example
Text Example
White with #52E24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E24E; }
p { color: rgb(82,226,78); }
H1.HeaderClassName
{
color: #52E24E;
}
.AnyTagClassName
{
color: #52E24E;
}
</style>
background-color css
<style>
a { background-color: #52E24E; }
a { background-color: rgb(82,226,78); }
div.DivClassName
{
background-color: #52E24E;
}
.BgClassName
{
background-color: #52E24E;
}
</style>
border-color css
<style>
span { border-color: #52E24E; }
span { border-color: rgb(82,226,78); }
td.TdClassName
{
border-color: #52E24E;
}
.TagClassName
{
border-color: #52E24E;
}
</style>