Shades of Bright Green #52E102
Tints of Bright Green #52E102
RGB
CMYK
RGB Variations
Color information
#52E102 (or 0x52E102) is known color: Bright Green. HEX triplet: 52, E1 and 02. RGB value is (82,225,2). Sum of RGB (Red+Green+Blue) = 82+225+2=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 225 (88.28% from 255 or 72.82% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 225 - color contains mainly: green. Hex color #52E102 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E102 is #AD1EFD. Grayscale: #9D9D9D. Windows color (decimal): -11345662 or 188754. OLE color: 188754.
HSL color Cylindrical-coordinate representation of color #52E102: hue angle of 98.48º degrees, saturation: 0.98, 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 #52E102 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 225 | 2 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.12 |
| HSL | 98.48º | 0.98% | 0.45% | - |
| HSV(B) | 98.48º | 0.99% | 0.88% | - |
| XYZ | 30.42 | 55.65 | 9.2 | - |
| YUV | 156.82 | 40.62 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 225 | 2 | 0.64 | 0 | 0.99 | 0.12 | 98.48 | 0.98 | 0.45 |
| Hex | 52 | E1 | 2 | 40 | 0 | 63 | C | 62 | 62 | 2D |
| Octal | 122 | 341 | 2 | 100 | 0 | 143 | 14 | 142 | 142 | 55 |
| Binary | 1010010 | 11100001 | 10 | 1000000 | 0 | 1100011 | 1100 | 1100010 | 1100010 | 101101 |
Color Harmonies of #52E102
Complementary color
Monochromatic Colors of #52E102
Black with #52E102
Text Example
Text Example
White with #52E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E102; }
p { color: rgb(82,225,2); }
H1.HeaderClassName
{
color: #52E102;
}
.AnyTagClassName
{
color: #52E102;
}
</style>
background-color css
<style>
a { background-color: #52E102; }
a { background-color: rgb(82,225,2); }
div.DivClassName
{
background-color: #52E102;
}
.BgClassName
{
background-color: #52E102;
}
</style>
border-color css
<style>
span { border-color: #52E102; }
span { border-color: rgb(82,225,2); }
td.TdClassName
{
border-color: #52E102;
}
.TagClassName
{
border-color: #52E102;
}
</style>