Shades of Lima #7CCD23
Tints of Lima #7CCD23
RGB
CMYK
RGB Variations
Color information
#7CCD23 (or 0x7CCD23) is known color: Lima. HEX triplet: 7C, CD and 23. RGB value is (124,205,35). Sum of RGB (Red+Green+Blue) = 124+205+35=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 35 (14.06% from 255 or 9.62% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD23 is #8332DC. Grayscale: #A1A1A1. Windows color (decimal): -8598237 or 2346364. OLE color: 2346364.
HSL color Cylindrical-coordinate representation of color #7CCD23: hue angle of 88.59º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7CCD23 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 35 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.20 |
| HSL | 88.59º | 0.71% | 0.47% | - |
| HSV(B) | 88.59º | 0.83% | 0.8% | - |
| XYZ | 30.45 | 48.07 | 9.26 | - |
| YUV | 161.4 | 56.66 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 35 | 0.40 | 0 | 0.83 | 0.20 | 88.59 | 0.71 | 0.47 |
| Hex | 7C | CD | 23 | 28 | 0 | 53 | 14 | 59 | 47 | 2F |
| Octal | 174 | 315 | 43 | 50 | 0 | 123 | 24 | 131 | 107 | 57 |
| Binary | 1111100 | 11001101 | 100011 | 101000 | 0 | 1010011 | 10100 | 1011001 | 1000111 | 101111 |
Color Harmonies of #7CCD23
Complementary color
Monochromatic Colors of #7CCD23
Black with #7CCD23
Text Example
Text Example
White with #7CCD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD23; }
p { color: rgb(124,205,35); }
H1.HeaderClassName
{
color: #7CCD23;
}
.AnyTagClassName
{
color: #7CCD23;
}
</style>
background-color css
<style>
a { background-color: #7CCD23; }
a { background-color: rgb(124,205,35); }
div.DivClassName
{
background-color: #7CCD23;
}
.BgClassName
{
background-color: #7CCD23;
}
</style>
border-color css
<style>
span { border-color: #7CCD23; }
span { border-color: rgb(124,205,35); }
td.TdClassName
{
border-color: #7CCD23;
}
.TagClassName
{
border-color: #7CCD23;
}
</style>