Shades of Screamin' Green #52FF34
Tints of Screamin' Green #52FF34
RGB
CMYK
RGB Variations
Color information
#52FF34 (or 0x52FF34) is known color: Screamin' Green. HEX triplet: 52, FF and 34. RGB value is (82,255,52). Sum of RGB (Red+Green+Blue) = 82+255+52=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #52FF34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #52FF34 is #AD00CB. Grayscale: #B4B4B4. Windows color (decimal): -11337932 or 3473234. OLE color: 3473234.
HSL color Cylindrical-coordinate representation of color #52FF34: hue angle of 111.13º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52FF34 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 52 | - |
| CMYK | 0.68 | 0 | 0.80 | 0 |
| HSL | 111.13º | 1% | 0.6% | - |
| HSV(B) | 111.13º | 0.8% | 1% | - |
| XYZ | 39.86 | 73.56 | 15.35 | - |
| YUV | 180.13 | 55.69 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 52 | 0.68 | 0 | 0.80 | 0 | 111.13 | 1 | 0.6 |
| Hex | 52 | FF | 34 | 44 | 0 | 50 | 0 | 6F | 64 | 3C |
| Octal | 122 | 377 | 64 | 104 | 0 | 120 | 0 | 157 | 144 | 74 |
| Binary | 1010010 | 11111111 | 110100 | 1000100 | 0 | 1010000 | 0 | 1101111 | 1100100 | 111100 |
Color Harmonies of #52FF34
Complementary color
Monochromatic Colors of #52FF34
Black with #52FF34
Text Example
Text Example
White with #52FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FF34; }
p { color: rgb(82,255,52); }
H1.HeaderClassName
{
color: #52FF34;
}
.AnyTagClassName
{
color: #52FF34;
}
</style>
background-color css
<style>
a { background-color: #52FF34; }
a { background-color: rgb(82,255,52); }
div.DivClassName
{
background-color: #52FF34;
}
.BgClassName
{
background-color: #52FF34;
}
</style>
border-color css
<style>
span { border-color: #52FF34; }
span { border-color: rgb(82,255,52); }
td.TdClassName
{
border-color: #52FF34;
}
.TagClassName
{
border-color: #52FF34;
}
</style>