Shades of Lima #75D51A
Tints of Lima #75D51A
RGB
CMYK
RGB Variations
Color information
#75D51A (or 0x75D51A) is known color: Lima. HEX triplet: 75, D5 and 1A. RGB value is (117,213,26). Sum of RGB (Red+Green+Blue) = 117+213+26=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #75D51A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D51A is #8A2AE5. Grayscale: #A3A3A3. Windows color (decimal): -9054950 or 1758581. OLE color: 1758581.
HSL color Cylindrical-coordinate representation of color #75D51A: hue angle of 90.8º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75D51A is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 213 | 26 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.16 |
| HSL | 90.8º | 0.78% | 0.47% | - |
| HSV(B) | 90.8º | 0.88% | 0.84% | - |
| XYZ | 31.32 | 51.45 | 9.26 | - |
| YUV | 162.98 | 50.7 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 213 | 26 | 0.45 | 0 | 0.88 | 0.16 | 90.8 | 0.78 | 0.47 |
| Hex | 75 | D5 | 1A | 2D | 0 | 58 | 10 | 5B | 4E | 2F |
| Octal | 165 | 325 | 32 | 55 | 0 | 130 | 20 | 133 | 116 | 57 |
| Binary | 1110101 | 11010101 | 11010 | 101101 | 0 | 1011000 | 10000 | 1011011 | 1001110 | 101111 |
Color Harmonies of #75D51A
Complementary color
Monochromatic Colors of #75D51A
Black with #75D51A
Text Example
Text Example
White with #75D51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D51A; }
p { color: rgb(117,213,26); }
H1.HeaderClassName
{
color: #75D51A;
}
.AnyTagClassName
{
color: #75D51A;
}
</style>
background-color css
<style>
a { background-color: #75D51A; }
a { background-color: rgb(117,213,26); }
div.DivClassName
{
background-color: #75D51A;
}
.BgClassName
{
background-color: #75D51A;
}
</style>
border-color css
<style>
span { border-color: #75D51A; }
span { border-color: rgb(117,213,26); }
td.TdClassName
{
border-color: #75D51A;
}
.TagClassName
{
border-color: #75D51A;
}
</style>