Shades of Bright Green #53E30B
Tints of Bright Green #53E30B
RGB
CMYK
RGB Variations
Color information
#53E30B (or 0x53E30B) is known color: Bright Green. HEX triplet: 53, E3 and 0B. RGB value is (83,227,11). Sum of RGB (Red+Green+Blue) = 83+227+11=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 227 (89.06% from 255 or 70.72% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 227 - color contains mainly: green. Hex color #53E30B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53E30B is #AC1CF4. Grayscale: #A0A0A0. Windows color (decimal): -11279605 or 779091. OLE color: 779091.
HSL color Cylindrical-coordinate representation of color #53E30B: hue angle of 100º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53E30B is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 227 | 11 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.11 |
| HSL | 100º | 0.91% | 0.47% | - |
| HSV(B) | 100º | 0.95% | 0.89% | - |
| XYZ | 31.1 | 56.8 | 9.64 | - |
| YUV | 159.32 | 44.29 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 227 | 11 | 0.63 | 0 | 0.95 | 0.11 | 100 | 0.91 | 0.47 |
| Hex | 53 | E3 | B | 3F | 0 | 5F | B | 64 | 5B | 2F |
| Octal | 123 | 343 | 13 | 77 | 0 | 137 | 13 | 144 | 133 | 57 |
| Binary | 1010011 | 11100011 | 1011 | 111111 | 0 | 1011111 | 1011 | 1100100 | 1011011 | 101111 |
Color Harmonies of #53E30B
Complementary color
Monochromatic Colors of #53E30B
Black with #53E30B
Text Example
Text Example
White with #53E30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E30B; }
p { color: rgb(83,227,11); }
H1.HeaderClassName
{
color: #53E30B;
}
.AnyTagClassName
{
color: #53E30B;
}
</style>
background-color css
<style>
a { background-color: #53E30B; }
a { background-color: rgb(83,227,11); }
div.DivClassName
{
background-color: #53E30B;
}
.BgClassName
{
background-color: #53E30B;
}
</style>
border-color css
<style>
span { border-color: #53E30B; }
span { border-color: rgb(83,227,11); }
td.TdClassName
{
border-color: #53E30B;
}
.TagClassName
{
border-color: #53E30B;
}
</style>