Shades of Bright Green #52E005
Tints of Bright Green #52E005
RGB
CMYK
RGB Variations
Color information
#52E005 (or 0x52E005) is known color: Bright Green. HEX triplet: 52, E0 and 05. RGB value is (82,224,5). Sum of RGB (Red+Green+Blue) = 82+224+5=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 224 (87.89% from 255 or 72.03% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 224 - color contains mainly: green. Hex color #52E005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E005 is #AD1FFA. Grayscale: #9D9D9D. Windows color (decimal): -11345915 or 385106. OLE color: 385106.
HSL color Cylindrical-coordinate representation of color #52E005: hue angle of 98.9º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52E005 is Cyan = 0.63, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 224 | 5 | - |
| CMYK | 0.63 | 0 | 0.98 | 0.12 |
| HSL | 98.9º | 0.96% | 0.45% | - |
| HSV(B) | 98.9º | 0.98% | 0.88% | - |
| XYZ | 30.16 | 55.12 | 9.19 | - |
| YUV | 156.58 | 42.46 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 224 | 5 | 0.63 | 0 | 0.98 | 0.12 | 98.9 | 0.96 | 0.45 |
| Hex | 52 | E0 | 5 | 3F | 0 | 62 | C | 63 | 60 | 2D |
| Octal | 122 | 340 | 5 | 77 | 0 | 142 | 14 | 143 | 140 | 55 |
| Binary | 1010010 | 11100000 | 101 | 111111 | 0 | 1100010 | 1100 | 1100011 | 1100000 | 101101 |
Color Harmonies of #52E005
Complementary color
Monochromatic Colors of #52E005
Black with #52E005
Text Example
Text Example
White with #52E005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E005; }
p { color: rgb(82,224,5); }
H1.HeaderClassName
{
color: #52E005;
}
.AnyTagClassName
{
color: #52E005;
}
</style>
background-color css
<style>
a { background-color: #52E005; }
a { background-color: rgb(82,224,5); }
div.DivClassName
{
background-color: #52E005;
}
.BgClassName
{
background-color: #52E005;
}
</style>
border-color css
<style>
span { border-color: #52E005; }
span { border-color: rgb(82,224,5); }
td.TdClassName
{
border-color: #52E005;
}
.TagClassName
{
border-color: #52E005;
}
</style>