Shades of Lawn Green #75FF03
Tints of Lawn Green #75FF03
RGB
CMYK
RGB Variations
Color information
#75FF03 (or 0x75FF03) is known color: Lawn Green. HEX triplet: 75, FF and 03. RGB value is (117,255,3). Sum of RGB (Red+Green+Blue) = 117+255+3=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #75FF03 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75FF03 is #8A00FC. Grayscale: #B9B9B9. Windows color (decimal): -9044221 or 262005. OLE color: 262005.
HSL color Cylindrical-coordinate representation of color #75FF03: hue angle of 92.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75FF03 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 255 | 3 | - |
| CMYK | 0.54 | 0 | 0.99 | 0 |
| HSL | 92.86º | 1% | 0.51% | - |
| HSV(B) | 92.86º | 0.99% | 1% | - |
| XYZ | 43.11 | 75.31 | 12.35 | - |
| YUV | 185.01 | 25.28 | 79.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 255 | 3 | 0.54 | 0 | 0.99 | 0 | 92.86 | 1 | 0.51 |
| Hex | 75 | FF | 3 | 36 | 0 | 63 | 0 | 5D | 64 | 33 |
| Octal | 165 | 377 | 3 | 66 | 0 | 143 | 0 | 135 | 144 | 63 |
| Binary | 1110101 | 11111111 | 11 | 110110 | 0 | 1100011 | 0 | 1011101 | 1100100 | 110011 |
Color Harmonies of #75FF03
Complementary color
Monochromatic Colors of #75FF03
Black with #75FF03
Text Example
Text Example
White with #75FF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FF03; }
p { color: rgb(117,255,3); }
H1.HeaderClassName
{
color: #75FF03;
}
.AnyTagClassName
{
color: #75FF03;
}
</style>
background-color css
<style>
a { background-color: #75FF03; }
a { background-color: rgb(117,255,3); }
div.DivClassName
{
background-color: #75FF03;
}
.BgClassName
{
background-color: #75FF03;
}
</style>
border-color css
<style>
span { border-color: #75FF03; }
span { border-color: rgb(117,255,3); }
td.TdClassName
{
border-color: #75FF03;
}
.TagClassName
{
border-color: #75FF03;
}
</style>