Shades of Bright Green #52E504
Tints of Bright Green #52E504
RGB
CMYK
RGB Variations
Color information
#52E504 (or 0x52E504) is known color: Bright Green. HEX triplet: 52, E5 and 04. RGB value is (82,229,4). Sum of RGB (Red+Green+Blue) = 82+229+4=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 229 (89.84% from 255 or 72.70% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 229 - color contains mainly: green. Hex color #52E504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E504 is #AD1AFB. Grayscale: #A0A0A0. Windows color (decimal): -11344636 or 320850. OLE color: 320850.
HSL color Cylindrical-coordinate representation of color #52E504: hue angle of 99.2º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52E504 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 229 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.10 |
| HSL | 99.2º | 0.97% | 0.46% | - |
| HSV(B) | 99.2º | 0.98% | 0.9% | - |
| XYZ | 31.52 | 57.84 | 9.62 | - |
| YUV | 159.4 | 40.3 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 229 | 4 | 0.64 | 0 | 0.98 | 0.10 | 99.2 | 0.97 | 0.46 |
| Hex | 52 | E5 | 4 | 40 | 0 | 62 | A | 63 | 61 | 2E |
| Octal | 122 | 345 | 4 | 100 | 0 | 142 | 12 | 143 | 141 | 56 |
| Binary | 1010010 | 11100101 | 100 | 1000000 | 0 | 1100010 | 1010 | 1100011 | 1100001 | 101110 |
Color Harmonies of #52E504
Complementary color
Monochromatic Colors of #52E504
Black with #52E504
Text Example
Text Example
White with #52E504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E504; }
p { color: rgb(82,229,4); }
H1.HeaderClassName
{
color: #52E504;
}
.AnyTagClassName
{
color: #52E504;
}
</style>
background-color css
<style>
a { background-color: #52E504; }
a { background-color: rgb(82,229,4); }
div.DivClassName
{
background-color: #52E504;
}
.BgClassName
{
background-color: #52E504;
}
</style>
border-color css
<style>
span { border-color: #52E504; }
span { border-color: rgb(82,229,4); }
td.TdClassName
{
border-color: #52E504;
}
.TagClassName
{
border-color: #52E504;
}
</style>