Shades of Bright Green #52E503
Tints of Bright Green #52E503
RGB
CMYK
RGB Variations
Color information
#52E503 (or 0x52E503) is known color: Bright Green. HEX triplet: 52, E5 and 03. RGB value is (82,229,3). Sum of RGB (Red+Green+Blue) = 82+229+3=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 229 (89.84% from 255 or 72.93% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 229 - color contains mainly: green. Hex color #52E503 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E503 is #AD1AFC. Grayscale: #A0A0A0. Windows color (decimal): -11344637 or 255314. OLE color: 255314.
HSL color Cylindrical-coordinate representation of color #52E503: hue angle of 99.03º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52E503 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 229 | 3 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.10 |
| HSL | 99.03º | 0.97% | 0.45% | - |
| HSV(B) | 99.03º | 0.99% | 0.9% | - |
| XYZ | 31.52 | 57.84 | 9.59 | - |
| YUV | 159.28 | 39.8 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 229 | 3 | 0.64 | 0 | 0.99 | 0.10 | 99.03 | 0.97 | 0.45 |
| Hex | 52 | E5 | 3 | 40 | 0 | 63 | A | 63 | 61 | 2D |
| Octal | 122 | 345 | 3 | 100 | 0 | 143 | 12 | 143 | 141 | 55 |
| Binary | 1010010 | 11100101 | 11 | 1000000 | 0 | 1100011 | 1010 | 1100011 | 1100001 | 101101 |
Color Harmonies of #52E503
Complementary color
Monochromatic Colors of #52E503
Black with #52E503
Text Example
Text Example
White with #52E503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E503; }
p { color: rgb(82,229,3); }
H1.HeaderClassName
{
color: #52E503;
}
.AnyTagClassName
{
color: #52E503;
}
</style>
background-color css
<style>
a { background-color: #52E503; }
a { background-color: rgb(82,229,3); }
div.DivClassName
{
background-color: #52E503;
}
.BgClassName
{
background-color: #52E503;
}
</style>
border-color css
<style>
span { border-color: #52E503; }
span { border-color: rgb(82,229,3); }
td.TdClassName
{
border-color: #52E503;
}
.TagClassName
{
border-color: #52E503;
}
</style>