Shades of Bright Green #53F302
Tints of Bright Green #53F302
RGB
CMYK
RGB Variations
Color information
#53F302 (or 0x53F302) is known color: Bright Green. HEX triplet: 53, F3 and 02. RGB value is (83,243,2). Sum of RGB (Red+Green+Blue) = 83+243+2=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 243 (95.31% from 255 or 74.09% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 243 - color contains mainly: green. Hex color #53F302 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #53F302 is #AC0CFD. Grayscale: #A8A8A8. Windows color (decimal): -11275518 or 193363. OLE color: 193363.
HSL color Cylindrical-coordinate representation of color #53F302: hue angle of 99.83º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53F302 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 243 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.05 |
| HSL | 99.83º | 0.98% | 0.48% | - |
| HSV(B) | 99.83º | 0.99% | 0.95% | - |
| XYZ | 35.63 | 65.94 | 10.91 | - |
| YUV | 167.69 | 34.49 | 67.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 243 | 2 | 0.66 | 0 | 0.99 | 0.05 | 99.83 | 0.98 | 0.48 |
| Hex | 53 | F3 | 2 | 42 | 0 | 63 | 5 | 64 | 62 | 30 |
| Octal | 123 | 363 | 2 | 102 | 0 | 143 | 5 | 144 | 142 | 60 |
| Binary | 1010011 | 11110011 | 10 | 1000010 | 0 | 1100011 | 101 | 1100100 | 1100010 | 110000 |
Color Harmonies of #53F302
Complementary color
Monochromatic Colors of #53F302
Black with #53F302
Text Example
Text Example
White with #53F302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F302; }
p { color: rgb(83,243,2); }
H1.HeaderClassName
{
color: #53F302;
}
.AnyTagClassName
{
color: #53F302;
}
</style>
background-color css
<style>
a { background-color: #53F302; }
a { background-color: rgb(83,243,2); }
div.DivClassName
{
background-color: #53F302;
}
.BgClassName
{
background-color: #53F302;
}
</style>
border-color css
<style>
span { border-color: #53F302; }
span { border-color: rgb(83,243,2); }
td.TdClassName
{
border-color: #53F302;
}
.TagClassName
{
border-color: #53F302;
}
</style>