Shades of Screamin' Green #52F240
Tints of Screamin' Green #52F240
RGB
CMYK
RGB Variations
Color information
#52F240 (or 0x52F240) is known color: Screamin' Green. HEX triplet: 52, F2 and 40. RGB value is (82,242,64). Sum of RGB (Red+Green+Blue) = 82+242+64=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #52F240 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52F240 is #AD0DBF. Grayscale: #AEAEAE. Windows color (decimal): -11341248 or 4256338. OLE color: 4256338.
HSL color Cylindrical-coordinate representation of color #52F240: hue angle of 113.93º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #52F240 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 64 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.05 |
| HSL | 113.93º | 0.87% | 0.6% | - |
| HSV(B) | 113.93º | 0.74% | 0.95% | - |
| XYZ | 36.16 | 65.67 | 15.62 | - |
| YUV | 173.87 | 65.99 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 64 | 0.66 | 0 | 0.74 | 0.05 | 113.93 | 0.87 | 0.6 |
| Hex | 52 | F2 | 40 | 42 | 0 | 4A | 5 | 72 | 57 | 3C |
| Octal | 122 | 362 | 100 | 102 | 0 | 112 | 5 | 162 | 127 | 74 |
| Binary | 1010010 | 11110010 | 1000000 | 1000010 | 0 | 1001010 | 101 | 1110010 | 1010111 | 111100 |
Color Harmonies of #52F240
Complementary color
Monochromatic Colors of #52F240
Black with #52F240
Text Example
Text Example
White with #52F240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F240; }
p { color: rgb(82,242,64); }
H1.HeaderClassName
{
color: #52F240;
}
.AnyTagClassName
{
color: #52F240;
}
</style>
background-color css
<style>
a { background-color: #52F240; }
a { background-color: rgb(82,242,64); }
div.DivClassName
{
background-color: #52F240;
}
.BgClassName
{
background-color: #52F240;
}
</style>
border-color css
<style>
span { border-color: #52F240; }
span { border-color: rgb(82,242,64); }
td.TdClassName
{
border-color: #52F240;
}
.TagClassName
{
border-color: #52F240;
}
</style>