Shades of Lawn Green #80F003
Tints of Lawn Green #80F003
RGB
CMYK
RGB Variations
Color information
#80F003 (or 0x80F003) is known color: Lawn Green. HEX triplet: 80, F0 and 03. RGB value is (128,240,3). Sum of RGB (Red+Green+Blue) = 128+240+3=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 240 (94.14% from 255 or 64.69% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 240 - color contains mainly: green. Hex color #80F003 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80F003 is #7F0FFC. Grayscale: #B4B4B4. Windows color (decimal): -8327165 or 258176. OLE color: 258176.
HSL color Cylindrical-coordinate representation of color #80F003: hue angle of 88.35º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80F003 is Cyan = 0.47, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 240 | 3 | - |
| CMYK | 0.47 | 0 | 0.99 | 0.06 |
| HSL | 88.35º | 0.98% | 0.48% | - |
| HSV(B) | 88.35º | 0.99% | 0.94% | - |
| XYZ | 40.08 | 66.92 | 10.89 | - |
| YUV | 179.49 | 28.39 | 91.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 240 | 3 | 0.47 | 0 | 0.99 | 0.06 | 88.35 | 0.98 | 0.48 |
| Hex | 80 | F0 | 3 | 2F | 0 | 63 | 6 | 58 | 62 | 30 |
| Octal | 200 | 360 | 3 | 57 | 0 | 143 | 6 | 130 | 142 | 60 |
| Binary | 10000000 | 11110000 | 11 | 101111 | 0 | 1100011 | 110 | 1011000 | 1100010 | 110000 |
Color Harmonies of #80F003
Complementary color
Monochromatic Colors of #80F003
Black with #80F003
Text Example
Text Example
White with #80F003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F003; }
p { color: rgb(128,240,3); }
H1.HeaderClassName
{
color: #80F003;
}
.AnyTagClassName
{
color: #80F003;
}
</style>
background-color css
<style>
a { background-color: #80F003; }
a { background-color: rgb(128,240,3); }
div.DivClassName
{
background-color: #80F003;
}
.BgClassName
{
background-color: #80F003;
}
</style>
border-color css
<style>
span { border-color: #80F003; }
span { border-color: rgb(128,240,3); }
td.TdClassName
{
border-color: #80F003;
}
.TagClassName
{
border-color: #80F003;
}
</style>