Shades of Bright Green #73FC2F
Tints of Bright Green #73FC2F
RGB
CMYK
RGB Variations
Color information
#73FC2F (or 0x73FC2F) is known color: Bright Green. HEX triplet: 73, FC and 2F. RGB value is (115,252,47). Sum of RGB (Red+Green+Blue) = 115+252+47=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 252 (98.83% from 255 or 60.87% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC2F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FC2F is #8C03D0. Grayscale: #BCBCBC. Windows color (decimal): -9176017 or 3144819. OLE color: 3144819.
HSL color Cylindrical-coordinate representation of color #73FC2F: hue angle of 100.1º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73FC2F is Cyan = 0.54, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 47 | - |
| CMYK | 0.54 | 0 | 0.81 | 0.01 |
| HSL | 100.1º | 0.97% | 0.59% | - |
| HSV(B) | 100.1º | 0.81% | 0.99% | - |
| XYZ | 42.39 | 73.47 | 14.64 | - |
| YUV | 187.67 | 48.61 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 47 | 0.54 | 0 | 0.81 | 0.01 | 100.1 | 0.97 | 0.59 |
| Hex | 73 | FC | 2F | 36 | 0 | 51 | 1 | 64 | 61 | 3B |
| Octal | 163 | 374 | 57 | 66 | 0 | 121 | 1 | 144 | 141 | 73 |
| Binary | 1110011 | 11111100 | 101111 | 110110 | 0 | 1010001 | 1 | 1100100 | 1100001 | 111011 |
Color Harmonies of #73FC2F
Complementary color
Monochromatic Colors of #73FC2F
Black with #73FC2F
Text Example
Text Example
White with #73FC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC2F; }
p { color: rgb(115,252,47); }
H1.HeaderClassName
{
color: #73FC2F;
}
.AnyTagClassName
{
color: #73FC2F;
}
</style>
background-color css
<style>
a { background-color: #73FC2F; }
a { background-color: rgb(115,252,47); }
div.DivClassName
{
background-color: #73FC2F;
}
.BgClassName
{
background-color: #73FC2F;
}
</style>
border-color css
<style>
span { border-color: #73FC2F; }
span { border-color: rgb(115,252,47); }
td.TdClassName
{
border-color: #73FC2F;
}
.TagClassName
{
border-color: #73FC2F;
}
</style>