Shades of Bright Green #73FC28
Tints of Bright Green #73FC28
RGB
CMYK
RGB Variations
Color information
#73FC28 (or 0x73FC28) is known color: Bright Green. HEX triplet: 73, FC and 28. RGB value is (115,252,40). Sum of RGB (Red+Green+Blue) = 115+252+40=407 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.26% from 407); Green value is 252 (98.83% from 255 or 61.92% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FC28 is #8C03D7. Grayscale: #BBBBBB. Windows color (decimal): -9176024 or 2686067. OLE color: 2686067.
HSL color Cylindrical-coordinate representation of color #73FC28: hue angle of 98.77º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #73FC28 is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 40 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.01 |
| HSL | 98.77º | 0.97% | 0.57% | - |
| HSV(B) | 98.77º | 0.84% | 0.99% | - |
| XYZ | 42.26 | 73.42 | 13.95 | - |
| YUV | 186.87 | 45.11 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 40 | 0.54 | 0 | 0.84 | 0.01 | 98.77 | 0.97 | 0.57 |
| Hex | 73 | FC | 28 | 36 | 0 | 54 | 1 | 63 | 61 | 39 |
| Octal | 163 | 374 | 50 | 66 | 0 | 124 | 1 | 143 | 141 | 71 |
| Binary | 1110011 | 11111100 | 101000 | 110110 | 0 | 1010100 | 1 | 1100011 | 1100001 | 111001 |
Color Harmonies of #73FC28
Complementary color
Monochromatic Colors of #73FC28
Black with #73FC28
Text Example
Text Example
White with #73FC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC28; }
p { color: rgb(115,252,40); }
H1.HeaderClassName
{
color: #73FC28;
}
.AnyTagClassName
{
color: #73FC28;
}
</style>
background-color css
<style>
a { background-color: #73FC28; }
a { background-color: rgb(115,252,40); }
div.DivClassName
{
background-color: #73FC28;
}
.BgClassName
{
background-color: #73FC28;
}
</style>
border-color css
<style>
span { border-color: #73FC28; }
span { border-color: rgb(115,252,40); }
td.TdClassName
{
border-color: #73FC28;
}
.TagClassName
{
border-color: #73FC28;
}
</style>