Shades of Lawn Green #75F300
Tints of Lawn Green #75F300
RGB
CMYK
RGB Variations
Color information
#75F300 (or 0x75F300) is known color: Lawn Green. HEX triplet: 75, F3 and 00. RGB value is (117,243,0). Sum of RGB (Red+Green+Blue) = 117+243+0=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 243 (95.31% from 255 or 67.5% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 243 - color contains mainly: green. Hex color #75F300 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F300 is #8A0CFF. Grayscale: #B2B2B2. Windows color (decimal): -9047296 or 62325. OLE color: 62325.
HSL color Cylindrical-coordinate representation of color #75F300: hue angle of 91.11º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75F300 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 243 | 0 | - |
| CMYK | 0.52 | 0 | 1 | 0.05 |
| HSL | 91.11º | 1% | 0.48% | - |
| HSV(B) | 91.11º | 1% | 0.95% | - |
| XYZ | 39.39 | 67.88 | 11.03 | - |
| YUV | 177.62 | 27.76 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 243 | 0 | 0.52 | 0 | 1 | 0.05 | 91.11 | 1 | 0.48 |
| Hex | 75 | F3 | 0 | 34 | 0 | 64 | 5 | 5B | 64 | 30 |
| Octal | 165 | 363 | 0 | 64 | 0 | 144 | 5 | 133 | 144 | 60 |
| Binary | 1110101 | 11110011 | 0 | 110100 | 0 | 1100100 | 101 | 1011011 | 1100100 | 110000 |
Color Harmonies of #75F300
Complementary color
Monochromatic Colors of #75F300
Black with #75F300
Text Example
Text Example
White with #75F300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F300; }
p { color: rgb(117,243,0); }
H1.HeaderClassName
{
color: #75F300;
}
.AnyTagClassName
{
color: #75F300;
}
</style>
background-color css
<style>
a { background-color: #75F300; }
a { background-color: rgb(117,243,0); }
div.DivClassName
{
background-color: #75F300;
}
.BgClassName
{
background-color: #75F300;
}
</style>
border-color css
<style>
span { border-color: #75F300; }
span { border-color: rgb(117,243,0); }
td.TdClassName
{
border-color: #75F300;
}
.TagClassName
{
border-color: #75F300;
}
</style>