Shades of Lima #75D41B
Tints of Lima #75D41B
RGB
CMYK
RGB Variations
Color information
#75D41B (or 0x75D41B) is known color: Lima. HEX triplet: 75, D4 and 1B. RGB value is (117,212,27). Sum of RGB (Red+Green+Blue) = 117+212+27=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #75D41B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75D41B is #8A2BE4. Grayscale: #A3A3A3. Windows color (decimal): -9055205 or 1823861. OLE color: 1823861.
HSL color Cylindrical-coordinate representation of color #75D41B: hue angle of 90.81º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #75D41B is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 212 | 27 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.17 |
| HSL | 90.81º | 0.77% | 0.47% | - |
| HSV(B) | 90.81º | 0.87% | 0.83% | - |
| XYZ | 31.08 | 50.95 | 9.23 | - |
| YUV | 162.51 | 51.53 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 212 | 27 | 0.45 | 0 | 0.87 | 0.17 | 90.81 | 0.77 | 0.47 |
| Hex | 75 | D4 | 1B | 2D | 0 | 57 | 11 | 5B | 4D | 2F |
| Octal | 165 | 324 | 33 | 55 | 0 | 127 | 21 | 133 | 115 | 57 |
| Binary | 1110101 | 11010100 | 11011 | 101101 | 0 | 1010111 | 10001 | 1011011 | 1001101 | 101111 |
Color Harmonies of #75D41B
Complementary color
Monochromatic Colors of #75D41B
Black with #75D41B
Text Example
Text Example
White with #75D41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D41B; }
p { color: rgb(117,212,27); }
H1.HeaderClassName
{
color: #75D41B;
}
.AnyTagClassName
{
color: #75D41B;
}
</style>
background-color css
<style>
a { background-color: #75D41B; }
a { background-color: rgb(117,212,27); }
div.DivClassName
{
background-color: #75D41B;
}
.BgClassName
{
background-color: #75D41B;
}
</style>
border-color css
<style>
span { border-color: #75D41B; }
span { border-color: rgb(117,212,27); }
td.TdClassName
{
border-color: #75D41B;
}
.TagClassName
{
border-color: #75D41B;
}
</style>