Shades of Bright Green #73FA2F
Tints of Bright Green #73FA2F
RGB
CMYK
RGB Variations
Color information
#73FA2F (or 0x73FA2F) is known color: Bright Green. HEX triplet: 73, FA and 2F. RGB value is (115,250,47). Sum of RGB (Red+Green+Blue) = 115+250+47=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 250 (98.05% from 255 or 60.68% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FA2F is #8C05D0. Grayscale: #BBBBBB. Windows color (decimal): -9176529 or 3144307. OLE color: 3144307.
HSL color Cylindrical-coordinate representation of color #73FA2F: hue angle of 99.9º degrees, saturation: 0.95, 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 #73FA2F is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 47 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.02 |
| HSL | 99.9º | 0.95% | 0.58% | - |
| HSV(B) | 99.9º | 0.81% | 0.98% | - |
| XYZ | 41.77 | 72.22 | 14.43 | - |
| YUV | 186.49 | 49.27 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 47 | 0.54 | 0 | 0.81 | 0.02 | 99.9 | 0.95 | 0.58 |
| Hex | 73 | FA | 2F | 36 | 0 | 51 | 2 | 64 | 5F | 3A |
| Octal | 163 | 372 | 57 | 66 | 0 | 121 | 2 | 144 | 137 | 72 |
| Binary | 1110011 | 11111010 | 101111 | 110110 | 0 | 1010001 | 10 | 1100100 | 1011111 | 111010 |
Color Harmonies of #73FA2F
Complementary color
Monochromatic Colors of #73FA2F
Black with #73FA2F
Text Example
Text Example
White with #73FA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA2F; }
p { color: rgb(115,250,47); }
H1.HeaderClassName
{
color: #73FA2F;
}
.AnyTagClassName
{
color: #73FA2F;
}
</style>
background-color css
<style>
a { background-color: #73FA2F; }
a { background-color: rgb(115,250,47); }
div.DivClassName
{
background-color: #73FA2F;
}
.BgClassName
{
background-color: #73FA2F;
}
</style>
border-color css
<style>
span { border-color: #73FA2F; }
span { border-color: rgb(115,250,47); }
td.TdClassName
{
border-color: #73FA2F;
}
.TagClassName
{
border-color: #73FA2F;
}
</style>