Shades of Lima #75CB2E
Tints of Lima #75CB2E
RGB
CMYK
RGB Variations
Color information
#75CB2E (or 0x75CB2E) is known color: Lima. HEX triplet: 75, CB and 2E. RGB value is (117,203,46). Sum of RGB (Red+Green+Blue) = 117+203+46=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 203 (79.69% from 255 or 55.46% from 366); Blue value is 46 (18.36% from 255 or 12.57% from 366); Max value from RGB is 203 - color contains mainly: green. Hex color #75CB2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CB2E is #8A34D1. Grayscale: #9F9F9F. Windows color (decimal): -9057490 or 3066741. OLE color: 3066741.
HSL color Cylindrical-coordinate representation of color #75CB2E: hue angle of 92.87º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #75CB2E is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 117 | 203 | 46 | - |
| CMYK | 0.42 | 0 | 0.77 | 0.20 |
| HSL | 92.87º | 0.63% | 0.49% | - |
| HSV(B) | 92.87º | 0.77% | 0.8% | - |
| XYZ | 29.19 | 46.69 | 10.06 | - |
| YUV | 159.39 | 64.01 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 46 | 0.42 | 0 | 0.77 | 0.20 | 92.87 | 0.63 | 0.49 |
| Hex | 75 | CB | 2E | 2A | 0 | 4D | 14 | 5D | 3F | 31 |
| Octal | 165 | 313 | 56 | 52 | 0 | 115 | 24 | 135 | 77 | 61 |
| Binary | 1110101 | 11001011 | 101110 | 101010 | 0 | 1001101 | 10100 | 1011101 | 111111 | 110001 |
Color Harmonies of #75CB2E
Complementary color
Monochromatic Colors of #75CB2E
Black with #75CB2E
Text Example
Text Example
White with #75CB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CB2E; }
p { color: rgb(117,203,46); }
H1.HeaderClassName
{
color: #75CB2E;
}
.AnyTagClassName
{
color: #75CB2E;
}
</style>
background-color css
<style>
a { background-color: #75CB2E; }
a { background-color: rgb(117,203,46); }
div.DivClassName
{
background-color: #75CB2E;
}
.BgClassName
{
background-color: #75CB2E;
}
</style>
border-color css
<style>
span { border-color: #75CB2E; }
span { border-color: rgb(117,203,46); }
td.TdClassName
{
border-color: #75CB2E;
}
.TagClassName
{
border-color: #75CB2E;
}
</style>