Shades of Bright Green #52E500
Tints of Bright Green #52E500
RGB
CMYK
RGB Variations
Color information
#52E500 (or 0x52E500) is known color: Bright Green. HEX triplet: 52, E5 and 00. RGB value is (82,229,0). Sum of RGB (Red+Green+Blue) = 82+229+0=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 229 (89.84% from 255 or 73.63% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 229 - color contains mainly: green. Hex color #52E500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E500 is #AD1AFF. Grayscale: #9F9F9F. Windows color (decimal): -11344640 or 58706. OLE color: 58706.
HSL color Cylindrical-coordinate representation of color #52E500: hue angle of 98.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52E500 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 229 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.10 |
| HSL | 98.52º | 1% | 0.45% | - |
| HSV(B) | 98.52º | 1% | 0.9% | - |
| XYZ | 31.5 | 57.83 | 9.5 | - |
| YUV | 158.94 | 38.3 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 229 | 0 | 0.64 | 0 | 1 | 0.10 | 98.52 | 1 | 0.45 |
| Hex | 52 | E5 | 0 | 40 | 0 | 64 | A | 63 | 64 | 2D |
| Octal | 122 | 345 | 0 | 100 | 0 | 144 | 12 | 143 | 144 | 55 |
| Binary | 1010010 | 11100101 | 0 | 1000000 | 0 | 1100100 | 1010 | 1100011 | 1100100 | 101101 |
Color Harmonies of #52E500
Complementary color
Monochromatic Colors of #52E500
Black with #52E500
Text Example
Text Example
White with #52E500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E500; }
p { color: rgb(82,229,0); }
H1.HeaderClassName
{
color: #52E500;
}
.AnyTagClassName
{
color: #52E500;
}
</style>
background-color css
<style>
a { background-color: #52E500; }
a { background-color: rgb(82,229,0); }
div.DivClassName
{
background-color: #52E500;
}
.BgClassName
{
background-color: #52E500;
}
</style>
border-color css
<style>
span { border-color: #52E500; }
span { border-color: rgb(82,229,0); }
td.TdClassName
{
border-color: #52E500;
}
.TagClassName
{
border-color: #52E500;
}
</style>