Shades of Lima #75D81D
Tints of Lima #75D81D
RGB
CMYK
RGB Variations
Color information
#75D81D (or 0x75D81D) is known color: Lima. HEX triplet: 75, D8 and 1D. RGB value is (117,216,29). Sum of RGB (Red+Green+Blue) = 117+216+29=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 216 (84.77% from 255 or 59.67% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 216 - color contains mainly: green. Hex color #75D81D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D81D is #8A27E2. Grayscale: #A5A5A5. Windows color (decimal): -9054179 or 1955957. OLE color: 1955957.
HSL color Cylindrical-coordinate representation of color #75D81D: hue angle of 91.76º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75D81D is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 29 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.15 |
| HSL | 91.76º | 0.76% | 0.48% | - |
| HSV(B) | 91.76º | 0.87% | 0.85% | - |
| XYZ | 32.11 | 52.98 | 9.7 | - |
| YUV | 165.08 | 51.2 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 29 | 0.46 | 0 | 0.87 | 0.15 | 91.76 | 0.76 | 0.48 |
| Hex | 75 | D8 | 1D | 2E | 0 | 57 | F | 5C | 4C | 30 |
| Octal | 165 | 330 | 35 | 56 | 0 | 127 | 17 | 134 | 114 | 60 |
| Binary | 1110101 | 11011000 | 11101 | 101110 | 0 | 1010111 | 1111 | 1011100 | 1001100 | 110000 |
Color Harmonies of #75D81D
Complementary color
Monochromatic Colors of #75D81D
Black with #75D81D
Text Example
Text Example
White with #75D81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D81D; }
p { color: rgb(117,216,29); }
H1.HeaderClassName
{
color: #75D81D;
}
.AnyTagClassName
{
color: #75D81D;
}
</style>
background-color css
<style>
a { background-color: #75D81D; }
a { background-color: rgb(117,216,29); }
div.DivClassName
{
background-color: #75D81D;
}
.BgClassName
{
background-color: #75D81D;
}
</style>
border-color css
<style>
span { border-color: #75D81D; }
span { border-color: rgb(117,216,29); }
td.TdClassName
{
border-color: #75D81D;
}
.TagClassName
{
border-color: #75D81D;
}
</style>