Shades of Bright Green #52E404
Tints of Bright Green #52E404
RGB
CMYK
RGB Variations
Color information
#52E404 (or 0x52E404) is known color: Bright Green. HEX triplet: 52, E4 and 04. RGB value is (82,228,4). Sum of RGB (Red+Green+Blue) = 82+228+4=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 228 (89.45% from 255 or 72.61% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 228 - color contains mainly: green. Hex color #52E404 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E404 is #AD1BFB. Grayscale: #9F9F9F. Windows color (decimal): -11344892 or 320594. OLE color: 320594.
HSL color Cylindrical-coordinate representation of color #52E404: hue angle of 99.11º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52E404 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 228 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.11 |
| HSL | 99.11º | 0.97% | 0.45% | - |
| HSV(B) | 99.11º | 0.98% | 0.89% | - |
| XYZ | 31.24 | 57.29 | 9.53 | - |
| YUV | 158.81 | 40.63 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 228 | 4 | 0.64 | 0 | 0.98 | 0.11 | 99.11 | 0.97 | 0.45 |
| Hex | 52 | E4 | 4 | 40 | 0 | 62 | B | 63 | 61 | 2D |
| Octal | 122 | 344 | 4 | 100 | 0 | 142 | 13 | 143 | 141 | 55 |
| Binary | 1010010 | 11100100 | 100 | 1000000 | 0 | 1100010 | 1011 | 1100011 | 1100001 | 101101 |
Color Harmonies of #52E404
Complementary color
Monochromatic Colors of #52E404
Black with #52E404
Text Example
Text Example
White with #52E404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E404; }
p { color: rgb(82,228,4); }
H1.HeaderClassName
{
color: #52E404;
}
.AnyTagClassName
{
color: #52E404;
}
</style>
background-color css
<style>
a { background-color: #52E404; }
a { background-color: rgb(82,228,4); }
div.DivClassName
{
background-color: #52E404;
}
.BgClassName
{
background-color: #52E404;
}
</style>
border-color css
<style>
span { border-color: #52E404; }
span { border-color: rgb(82,228,4); }
td.TdClassName
{
border-color: #52E404;
}
.TagClassName
{
border-color: #52E404;
}
</style>