#00FF7F (or 0x00FF7F) is known color: SpringGreen. HEX triplet: 00, FF and 7F. RGB value is (0,255,127). Sum of RGB (Red+Green+Blue) = 0+255+127=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 255 (100% from 255 or 66.75% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 255 - color contains mainly: green. Hex color #00FF7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00FF7F is #FF0080. Grayscale: #A4A4A4. Windows color (decimal): -16711809 or 8388352. OLE color: 8388352.
HSL color Cylindrical-coordinate representation of color #00FF7F: hue angle of 149.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FF7F is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.
<style> p { color: #00FF7F; } p { color: rgb(0,255,127); } H1.HeaderClassName { color: #00FF7F; } .AnyTagClassName { color: #00FF7F; } </style>
<style> a { background-color: #00FF7F; } a { background-color: rgb(0,255,127); } div.DivClassName { background-color: #00FF7F; } .BgClassName { background-color: #00FF7F; } </style>
<style> span { border-color: #00FF7F; } span { border-color: rgb(0,255,127); } td.TdClassName { border-color: #00FF7F; } .TagClassName { border-color: #00FF7F; } </style>