Shades of Bright Green #73FF30
Tints of Bright Green #73FF30
RGB
CMYK
RGB Variations
Color information
#73FF30 (or 0x73FF30) is known color: Bright Green. HEX triplet: 73, FF and 30. RGB value is (115,255,48). Sum of RGB (Red+Green+Blue) = 115+255+48=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 255 (100% from 255 or 61.00% from 418); Blue value is 48 (19.14% from 255 or 11.48% from 418); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FF30 is #8C00CF. Grayscale: #BEBEBE. Windows color (decimal): -9175248 or 3211123. OLE color: 3211123.
HSL color Cylindrical-coordinate representation of color #73FF30: hue angle of 100.58º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73FF30 is Cyan = 0.55, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 48 | - |
| CMYK | 0.55 | 0 | 0.81 | 0 |
| HSL | 100.58º | 1% | 0.59% | - |
| HSV(B) | 100.58º | 0.81% | 1% | - |
| XYZ | 43.36 | 75.38 | 15.06 | - |
| YUV | 189.54 | 48.12 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 48 | 0.55 | 0 | 0.81 | 0 | 100.58 | 1 | 0.59 |
| Hex | 73 | FF | 30 | 37 | 0 | 51 | 0 | 65 | 64 | 3B |
| Octal | 163 | 377 | 60 | 67 | 0 | 121 | 0 | 145 | 144 | 73 |
| Binary | 1110011 | 11111111 | 110000 | 110111 | 0 | 1010001 | 0 | 1100101 | 1100100 | 111011 |
Color Harmonies of #73FF30
Complementary color
Monochromatic Colors of #73FF30
Black with #73FF30
Text Example
Text Example
White with #73FF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF30; }
p { color: rgb(115,255,48); }
H1.HeaderClassName
{
color: #73FF30;
}
.AnyTagClassName
{
color: #73FF30;
}
</style>
background-color css
<style>
a { background-color: #73FF30; }
a { background-color: rgb(115,255,48); }
div.DivClassName
{
background-color: #73FF30;
}
.BgClassName
{
background-color: #73FF30;
}
</style>
border-color css
<style>
span { border-color: #73FF30; }
span { border-color: rgb(115,255,48); }
td.TdClassName
{
border-color: #73FF30;
}
.TagClassName
{
border-color: #73FF30;
}
</style>