Shades of Lawn Green #75FB34
Tints of Lawn Green #75FB34
RGB
CMYK
RGB Variations
Color information
#75FB34 (or 0x75FB34) is known color: Lawn Green. HEX triplet: 75, FB and 34. RGB value is (117,251,52). Sum of RGB (Red+Green+Blue) = 117+251+52=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 251 (98.44% from 255 or 59.76% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 251 - color contains mainly: green. Hex color #75FB34 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #75FB34 is #8A04CB. Grayscale: #BCBCBC. Windows color (decimal): -9045196 or 3472245. OLE color: 3472245.
HSL color Cylindrical-coordinate representation of color #75FB34: hue angle of 100.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75FB34 is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 251 | 52 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.02 |
| HSL | 100.4º | 0.96% | 0.59% | - |
| HSV(B) | 100.4º | 0.79% | 0.98% | - |
| XYZ | 42.45 | 73.02 | 15.11 | - |
| YUV | 188.25 | 51.11 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 251 | 52 | 0.53 | 0 | 0.79 | 0.02 | 100.4 | 0.96 | 0.59 |
| Hex | 75 | FB | 34 | 35 | 0 | 4F | 2 | 64 | 60 | 3B |
| Octal | 165 | 373 | 64 | 65 | 0 | 117 | 2 | 144 | 140 | 73 |
| Binary | 1110101 | 11111011 | 110100 | 110101 | 0 | 1001111 | 10 | 1100100 | 1100000 | 111011 |
Color Harmonies of #75FB34
Complementary color
Monochromatic Colors of #75FB34
Black with #75FB34
Text Example
Text Example
White with #75FB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75FB34; }
p { color: rgb(117,251,52); }
H1.HeaderClassName
{
color: #75FB34;
}
.AnyTagClassName
{
color: #75FB34;
}
</style>
background-color css
<style>
a { background-color: #75FB34; }
a { background-color: rgb(117,251,52); }
div.DivClassName
{
background-color: #75FB34;
}
.BgClassName
{
background-color: #75FB34;
}
</style>
border-color css
<style>
span { border-color: #75FB34; }
span { border-color: rgb(117,251,52); }
td.TdClassName
{
border-color: #75FB34;
}
.TagClassName
{
border-color: #75FB34;
}
</style>