Shades of Bright Green #73FB2F
Tints of Bright Green #73FB2F
RGB
CMYK
RGB Variations
Color information
#73FB2F (or 0x73FB2F) is known color: Bright Green. HEX triplet: 73, FB and 2F. RGB value is (115,251,47). Sum of RGB (Red+Green+Blue) = 115+251+47=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 251 (98.44% from 255 or 60.77% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 251 - color contains mainly: green. Hex color #73FB2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FB2F is #8C04D0. Grayscale: #BBBBBB. Windows color (decimal): -9176273 or 3144563. OLE color: 3144563.
HSL color Cylindrical-coordinate representation of color #73FB2F: hue angle of 100º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73FB2F is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 47 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.02 |
| HSL | 100º | 0.96% | 0.58% | - |
| HSV(B) | 100º | 0.81% | 0.98% | - |
| XYZ | 42.08 | 72.84 | 14.53 | - |
| YUV | 187.08 | 48.94 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 47 | 0.54 | 0 | 0.81 | 0.02 | 100 | 0.96 | 0.58 |
| Hex | 73 | FB | 2F | 36 | 0 | 51 | 2 | 64 | 60 | 3A |
| Octal | 163 | 373 | 57 | 66 | 0 | 121 | 2 | 144 | 140 | 72 |
| Binary | 1110011 | 11111011 | 101111 | 110110 | 0 | 1010001 | 10 | 1100100 | 1100000 | 111010 |
Color Harmonies of #73FB2F
Complementary color
Monochromatic Colors of #73FB2F
Black with #73FB2F
Text Example
Text Example
White with #73FB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FB2F; }
p { color: rgb(115,251,47); }
H1.HeaderClassName
{
color: #73FB2F;
}
.AnyTagClassName
{
color: #73FB2F;
}
</style>
background-color css
<style>
a { background-color: #73FB2F; }
a { background-color: rgb(115,251,47); }
div.DivClassName
{
background-color: #73FB2F;
}
.BgClassName
{
background-color: #73FB2F;
}
</style>
border-color css
<style>
span { border-color: #73FB2F; }
span { border-color: rgb(115,251,47); }
td.TdClassName
{
border-color: #73FB2F;
}
.TagClassName
{
border-color: #73FB2F;
}
</style>