Shades of Bright Green #52E200
Tints of Bright Green #52E200
RGB
CMYK
RGB Variations
Color information
#52E200 (or 0x52E200) is known color: Bright Green. HEX triplet: 52, E2 and 00. RGB value is (82,226,0). Sum of RGB (Red+Green+Blue) = 82+226+0=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 226 (88.67% from 255 or 73.38% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 226 - color contains mainly: green. Hex color #52E200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52E200 is #AD1DFF. Grayscale: #9D9D9D. Windows color (decimal): -11345408 or 57938. OLE color: 57938.
HSL color Cylindrical-coordinate representation of color #52E200: hue angle of 98.23º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52E200 is Cyan = 0.64, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 226 | 0 | - |
| CMYK | 0.64 | 0 | 1 | 0.11 |
| HSL | 98.23º | 1% | 0.44% | - |
| HSV(B) | 98.23º | 1% | 0.89% | - |
| XYZ | 30.68 | 56.19 | 9.23 | - |
| YUV | 157.18 | 39.29 | 74.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 226 | 0 | 0.64 | 0 | 1 | 0.11 | 98.23 | 1 | 0.44 |
| Hex | 52 | E2 | 0 | 40 | 0 | 64 | B | 62 | 64 | 2C |
| Octal | 122 | 342 | 0 | 100 | 0 | 144 | 13 | 142 | 144 | 54 |
| Binary | 1010010 | 11100010 | 0 | 1000000 | 0 | 1100100 | 1011 | 1100010 | 1100100 | 101100 |
Color Harmonies of #52E200
Complementary color
Monochromatic Colors of #52E200
Black with #52E200
Text Example
Text Example
White with #52E200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E200; }
p { color: rgb(82,226,0); }
H1.HeaderClassName
{
color: #52E200;
}
.AnyTagClassName
{
color: #52E200;
}
</style>
background-color css
<style>
a { background-color: #52E200; }
a { background-color: rgb(82,226,0); }
div.DivClassName
{
background-color: #52E200;
}
.BgClassName
{
background-color: #52E200;
}
</style>
border-color css
<style>
span { border-color: #52E200; }
span { border-color: rgb(82,226,0); }
td.TdClassName
{
border-color: #52E200;
}
.TagClassName
{
border-color: #52E200;
}
</style>