Shades of Lima #75CB2C
Tints of Lima #75CB2C
RGB
CMYK
RGB Variations
Color information
#75CB2C (or 0x75CB2C) is known color: Lima. HEX triplet: 75, CB and 2C. RGB value is (117,203,44). Sum of RGB (Red+Green+Blue) = 117+203+44=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB2C is #8A34D3. Grayscale: #9F9F9F. Windows color (decimal): -9057492 or 2935669. OLE color: 2935669.
HSL color Cylindrical-coordinate representation of color #75CB2C: hue angle of 92.45º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75CB2C is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 44 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.20 |
| HSL | 92.45º | 0.64% | 0.48% | - |
| HSV(B) | 92.45º | 0.78% | 0.8% | - |
| XYZ | 29.15 | 46.68 | 9.86 | - |
| YUV | 159.16 | 63.01 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 44 | 0.42 | 0 | 0.78 | 0.20 | 92.45 | 0.64 | 0.48 |
| Hex | 75 | CB | 2C | 2A | 0 | 4E | 14 | 5C | 40 | 30 |
| Octal | 165 | 313 | 54 | 52 | 0 | 116 | 24 | 134 | 100 | 60 |
| Binary | 1110101 | 11001011 | 101100 | 101010 | 0 | 1001110 | 10100 | 1011100 | 1000000 | 110000 |
Color Harmonies of #75CB2C
Complementary color
Monochromatic Colors of #75CB2C
Black with #75CB2C
Text Example
Text Example
White with #75CB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB2C; }
p { color: rgb(117,203,44); }
H1.HeaderClassName
{
color: #75CB2C;
}
.AnyTagClassName
{
color: #75CB2C;
}
</style>
background-color css
<style>
a { background-color: #75CB2C; }
a { background-color: rgb(117,203,44); }
div.DivClassName
{
background-color: #75CB2C;
}
.BgClassName
{
background-color: #75CB2C;
}
</style>
border-color css
<style>
span { border-color: #75CB2C; }
span { border-color: rgb(117,203,44); }
td.TdClassName
{
border-color: #75CB2C;
}
.TagClassName
{
border-color: #75CB2C;
}
</style>