Shades of Bright Green #52E302
Tints of Bright Green #52E302
RGB
CMYK
RGB Variations
Color information
#52E302 (or 0x52E302) is known color: Bright Green. HEX triplet: 52, E3 and 02. RGB value is (82,227,2). Sum of RGB (Red+Green+Blue) = 82+227+2=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 227 (89.06% from 255 or 72.99% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 227 - color contains mainly: green. Hex color #52E302 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E302 is #AD1CFD. Grayscale: #9E9E9E. Windows color (decimal): -11345150 or 189266. OLE color: 189266.
HSL color Cylindrical-coordinate representation of color #52E302: hue angle of 98.67º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52E302 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 2 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.11 |
| HSL | 98.67º | 0.98% | 0.45% | - |
| HSV(B) | 98.67º | 0.99% | 0.89% | - |
| XYZ | 30.96 | 56.74 | 9.38 | - |
| YUV | 158 | 39.96 | 73.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 2 | 0.64 | 0 | 0.99 | 0.11 | 98.67 | 0.98 | 0.45 |
| Hex | 52 | E3 | 2 | 40 | 0 | 63 | B | 63 | 62 | 2D |
| Octal | 122 | 343 | 2 | 100 | 0 | 143 | 13 | 143 | 142 | 55 |
| Binary | 1010010 | 11100011 | 10 | 1000000 | 0 | 1100011 | 1011 | 1100011 | 1100010 | 101101 |
Color Harmonies of #52E302
Complementary color
Monochromatic Colors of #52E302
Black with #52E302
Text Example
Text Example
White with #52E302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E302; }
p { color: rgb(82,227,2); }
H1.HeaderClassName
{
color: #52E302;
}
.AnyTagClassName
{
color: #52E302;
}
</style>
background-color css
<style>
a { background-color: #52E302; }
a { background-color: rgb(82,227,2); }
div.DivClassName
{
background-color: #52E302;
}
.BgClassName
{
background-color: #52E302;
}
</style>
border-color css
<style>
span { border-color: #52E302; }
span { border-color: rgb(82,227,2); }
td.TdClassName
{
border-color: #52E302;
}
.TagClassName
{
border-color: #52E302;
}
</style>