Shades of Bright Green #73FB2D
Tints of Bright Green #73FB2D
RGB
CMYK
RGB Variations
Color information
#73FB2D (or 0x73FB2D) is known color: Bright Green. HEX triplet: 73, FB and 2D. RGB value is (115,251,45). Sum of RGB (Red+Green+Blue) = 115+251+45=411 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.98% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #73FB2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FB2D is #8C04D2. Grayscale: #BBBBBB. Windows color (decimal): -9176275 or 3013491. OLE color: 3013491.
HSL color Cylindrical-coordinate representation of color #73FB2D: hue angle of 99.61º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #73FB2D is Cyan = 0.54, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 45 | - |
| CMYK | 0.54 | 0 | 0.82 | 0.02 |
| HSL | 99.61º | 0.96% | 0.58% | - |
| HSV(B) | 99.61º | 0.82% | 0.98% | - |
| XYZ | 42.04 | 72.83 | 14.32 | - |
| YUV | 186.85 | 47.94 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 45 | 0.54 | 0 | 0.82 | 0.02 | 99.61 | 0.96 | 0.58 |
| Hex | 73 | FB | 2D | 36 | 0 | 52 | 2 | 64 | 60 | 3A |
| Octal | 163 | 373 | 55 | 66 | 0 | 122 | 2 | 144 | 140 | 72 |
| Binary | 1110011 | 11111011 | 101101 | 110110 | 0 | 1010010 | 10 | 1100100 | 1100000 | 111010 |
Color Harmonies of #73FB2D
Complementary color
Monochromatic Colors of #73FB2D
Black with #73FB2D
Text Example
Text Example
White with #73FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FB2D; }
p { color: rgb(115,251,45); }
H1.HeaderClassName
{
color: #73FB2D;
}
.AnyTagClassName
{
color: #73FB2D;
}
</style>
background-color css
<style>
a { background-color: #73FB2D; }
a { background-color: rgb(115,251,45); }
div.DivClassName
{
background-color: #73FB2D;
}
.BgClassName
{
background-color: #73FB2D;
}
</style>
border-color css
<style>
span { border-color: #73FB2D; }
span { border-color: rgb(115,251,45); }
td.TdClassName
{
border-color: #73FB2D;
}
.TagClassName
{
border-color: #73FB2D;
}
</style>