Shades of Lima #75CB28
Tints of Lima #75CB28
RGB
CMYK
RGB Variations
Color information
#75CB28 (or 0x75CB28) is known color: Lima. HEX triplet: 75, CB and 28. RGB value is (117,203,40). Sum of RGB (Red+Green+Blue) = 117+203+40=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB28 is #8A34D7. Grayscale: #9F9F9F. Windows color (decimal): -9057496 or 2673525. OLE color: 2673525.
HSL color Cylindrical-coordinate representation of color #75CB28: hue angle of 91.66º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75CB28 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 40 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.20 |
| HSL | 91.66º | 0.67% | 0.48% | - |
| HSV(B) | 91.66º | 0.8% | 0.8% | - |
| XYZ | 29.08 | 46.65 | 9.48 | - |
| YUV | 158.7 | 61.01 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 40 | 0.42 | 0 | 0.80 | 0.20 | 91.66 | 0.67 | 0.48 |
| Hex | 75 | CB | 28 | 2A | 0 | 50 | 14 | 5C | 43 | 30 |
| Octal | 165 | 313 | 50 | 52 | 0 | 120 | 24 | 134 | 103 | 60 |
| Binary | 1110101 | 11001011 | 101000 | 101010 | 0 | 1010000 | 10100 | 1011100 | 1000011 | 110000 |
Color Harmonies of #75CB28
Complementary color
Monochromatic Colors of #75CB28
Black with #75CB28
Text Example
Text Example
White with #75CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB28; }
p { color: rgb(117,203,40); }
H1.HeaderClassName
{
color: #75CB28;
}
.AnyTagClassName
{
color: #75CB28;
}
</style>
background-color css
<style>
a { background-color: #75CB28; }
a { background-color: rgb(117,203,40); }
div.DivClassName
{
background-color: #75CB28;
}
.BgClassName
{
background-color: #75CB28;
}
</style>
border-color css
<style>
span { border-color: #75CB28; }
span { border-color: rgb(117,203,40); }
td.TdClassName
{
border-color: #75CB28;
}
.TagClassName
{
border-color: #75CB28;
}
</style>