Shades of Bright Green #52E003
Tints of Bright Green #52E003
RGB
CMYK
RGB Variations
Color information
#52E003 (or 0x52E003) is known color: Bright Green. HEX triplet: 52, E0 and 03. RGB value is (82,224,3). Sum of RGB (Red+Green+Blue) = 82+224+3=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 224 (87.89% from 255 or 72.49% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 224 - color contains mainly: green. Hex color #52E003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E003 is #AD1FFC. Grayscale: #9D9D9D. Windows color (decimal): -11345917 or 254034. OLE color: 254034.
HSL color Cylindrical-coordinate representation of color #52E003: hue angle of 98.55º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52E003 is Cyan = 0.63, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 224 | 3 | - |
| CMYK | 0.63 | 0 | 0.99 | 0.12 |
| HSL | 98.55º | 0.97% | 0.45% | - |
| HSV(B) | 98.55º | 0.99% | 0.88% | - |
| XYZ | 30.15 | 55.11 | 9.13 | - |
| YUV | 156.35 | 41.46 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 3 | 0.63 | 0 | 0.99 | 0.12 | 98.55 | 0.97 | 0.45 |
| Hex | 52 | E0 | 3 | 3F | 0 | 63 | C | 63 | 61 | 2D |
| Octal | 122 | 340 | 3 | 77 | 0 | 143 | 14 | 143 | 141 | 55 |
| Binary | 1010010 | 11100000 | 11 | 111111 | 0 | 1100011 | 1100 | 1100011 | 1100001 | 101101 |
Color Harmonies of #52E003
Complementary color
Monochromatic Colors of #52E003
Black with #52E003
Text Example
Text Example
White with #52E003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E003; }
p { color: rgb(82,224,3); }
H1.HeaderClassName
{
color: #52E003;
}
.AnyTagClassName
{
color: #52E003;
}
</style>
background-color css
<style>
a { background-color: #52E003; }
a { background-color: rgb(82,224,3); }
div.DivClassName
{
background-color: #52E003;
}
.BgClassName
{
background-color: #52E003;
}
</style>
border-color css
<style>
span { border-color: #52E003; }
span { border-color: rgb(82,224,3); }
td.TdClassName
{
border-color: #52E003;
}
.TagClassName
{
border-color: #52E003;
}
</style>