Shades of Bright Green #73FF2B
Tints of Bright Green #73FF2B
RGB
CMYK
RGB Variations
Color information
#73FF2B (or 0x73FF2B) is known color: Bright Green. HEX triplet: 73, FF and 2B. RGB value is (115,255,43). Sum of RGB (Red+Green+Blue) = 115+255+43=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 43 (17.19% from 255 or 10.41% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FF2B is #8C00D4. Grayscale: #BDBDBD. Windows color (decimal): -9175253 or 2883443. OLE color: 2883443.
HSL color Cylindrical-coordinate representation of color #73FF2B: hue angle of 99.62º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73FF2B is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 43 | - |
| CMYK | 0.55 | 0 | 0.83 | 0 |
| HSL | 99.62º | 1% | 0.58% | - |
| HSV(B) | 99.62º | 0.83% | 1% | - |
| XYZ | 43.27 | 75.34 | 14.55 | - |
| YUV | 188.97 | 45.62 | 75.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 43 | 0.55 | 0 | 0.83 | 0 | 99.62 | 1 | 0.58 |
| Hex | 73 | FF | 2B | 37 | 0 | 53 | 0 | 64 | 64 | 3A |
| Octal | 163 | 377 | 53 | 67 | 0 | 123 | 0 | 144 | 144 | 72 |
| Binary | 1110011 | 11111111 | 101011 | 110111 | 0 | 1010011 | 0 | 1100100 | 1100100 | 111010 |
Color Harmonies of #73FF2B
Complementary color
Monochromatic Colors of #73FF2B
Black with #73FF2B
Text Example
Text Example
White with #73FF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF2B; }
p { color: rgb(115,255,43); }
H1.HeaderClassName
{
color: #73FF2B;
}
.AnyTagClassName
{
color: #73FF2B;
}
</style>
background-color css
<style>
a { background-color: #73FF2B; }
a { background-color: rgb(115,255,43); }
div.DivClassName
{
background-color: #73FF2B;
}
.BgClassName
{
background-color: #73FF2B;
}
</style>
border-color css
<style>
span { border-color: #73FF2B; }
span { border-color: rgb(115,255,43); }
td.TdClassName
{
border-color: #73FF2B;
}
.TagClassName
{
border-color: #73FF2B;
}
</style>