Shades of Lima #75CF2E
Tints of Lima #75CF2E
RGB
CMYK
RGB Variations
Color information
#75CF2E (or 0x75CF2E) is known color: Lima. HEX triplet: 75, CF and 2E. RGB value is (117,207,46). Sum of RGB (Red+Green+Blue) = 117+207+46=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 46 (18.36% from 255 or 12.43% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75CF2E is #8A30D1. Grayscale: #A2A2A2. Windows color (decimal): -9056466 or 3067765. OLE color: 3067765.
HSL color Cylindrical-coordinate representation of color #75CF2E: hue angle of 93.54º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75CF2E is Cyan = 0.43, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 46 | - |
| CMYK | 0.43 | 0 | 0.78 | 0.19 |
| HSL | 93.54º | 0.64% | 0.5% | - |
| HSV(B) | 93.54º | 0.78% | 0.81% | - |
| XYZ | 30.14 | 48.6 | 10.38 | - |
| YUV | 161.74 | 62.68 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 46 | 0.43 | 0 | 0.78 | 0.19 | 93.54 | 0.64 | 0.5 |
| Hex | 75 | CF | 2E | 2B | 0 | 4E | 13 | 5E | 40 | 32 |
| Octal | 165 | 317 | 56 | 53 | 0 | 116 | 23 | 136 | 100 | 62 |
| Binary | 1110101 | 11001111 | 101110 | 101011 | 0 | 1001110 | 10011 | 1011110 | 1000000 | 110010 |
Color Harmonies of #75CF2E
Complementary color
Monochromatic Colors of #75CF2E
Black with #75CF2E
Text Example
Text Example
White with #75CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CF2E; }
p { color: rgb(117,207,46); }
H1.HeaderClassName
{
color: #75CF2E;
}
.AnyTagClassName
{
color: #75CF2E;
}
</style>
background-color css
<style>
a { background-color: #75CF2E; }
a { background-color: rgb(117,207,46); }
div.DivClassName
{
background-color: #75CF2E;
}
.BgClassName
{
background-color: #75CF2E;
}
</style>
border-color css
<style>
span { border-color: #75CF2E; }
span { border-color: rgb(117,207,46); }
td.TdClassName
{
border-color: #75CF2E;
}
.TagClassName
{
border-color: #75CF2E;
}
</style>