Shades of Lawn Green #75F30F
Tints of Lawn Green #75F30F
RGB
CMYK
RGB Variations
Color information
#75F30F (or 0x75F30F) is known color: Lawn Green. HEX triplet: 75, F3 and 0F. RGB value is (117,243,15). Sum of RGB (Red+Green+Blue) = 117+243+15=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 15 (6.25% from 255 or 4% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #75F30F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #75F30F is #8A0CF0. Grayscale: #B4B4B4. Windows color (decimal): -9047281 or 1045365. OLE color: 1045365.
HSL color Cylindrical-coordinate representation of color #75F30F: hue angle of 93.16º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75F30F is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 243 | 15 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.05 |
| HSL | 93.16º | 0.9% | 0.51% | - |
| HSV(B) | 93.16º | 0.94% | 0.95% | - |
| XYZ | 39.47 | 67.92 | 11.48 | - |
| YUV | 179.33 | 35.26 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 243 | 15 | 0.52 | 0 | 0.94 | 0.05 | 93.16 | 0.9 | 0.51 |
| Hex | 75 | F3 | F | 34 | 0 | 5E | 5 | 5D | 5A | 33 |
| Octal | 165 | 363 | 17 | 64 | 0 | 136 | 5 | 135 | 132 | 63 |
| Binary | 1110101 | 11110011 | 1111 | 110100 | 0 | 1011110 | 101 | 1011101 | 1011010 | 110011 |
Color Harmonies of #75F30F
Complementary color
Monochromatic Colors of #75F30F
Black with #75F30F
Text Example
Text Example
White with #75F30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75F30F; }
p { color: rgb(117,243,15); }
H1.HeaderClassName
{
color: #75F30F;
}
.AnyTagClassName
{
color: #75F30F;
}
</style>
background-color css
<style>
a { background-color: #75F30F; }
a { background-color: rgb(117,243,15); }
div.DivClassName
{
background-color: #75F30F;
}
.BgClassName
{
background-color: #75F30F;
}
</style>
border-color css
<style>
span { border-color: #75F30F; }
span { border-color: rgb(117,243,15); }
td.TdClassName
{
border-color: #75F30F;
}
.TagClassName
{
border-color: #75F30F;
}
</style>