Shades of Lima #7CC927
Tints of Lima #7CC927
RGB
CMYK
RGB Variations
Color information
#7CC927 (or 0x7CC927) is known color: Lima. HEX triplet: 7C, C9 and 27. RGB value is (124,201,39). Sum of RGB (Red+Green+Blue) = 124+201+39=364 (48% of max value = 765). Red value is 124 (48.83% from 255 or 34.07% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 39 (15.62% from 255 or 10.71% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC927 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC927 is #8336D8. Grayscale: #A0A0A0. Windows color (decimal): -8599257 or 2607484. OLE color: 2607484.
HSL color Cylindrical-coordinate representation of color #7CC927: hue angle of 88.52º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7CC927 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 39 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.21 |
| HSL | 88.52º | 0.68% | 0.47% | - |
| HSV(B) | 88.52º | 0.81% | 0.79% | - |
| XYZ | 29.57 | 46.2 | 9.28 | - |
| YUV | 159.51 | 59.99 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 39 | 0.38 | 0 | 0.81 | 0.21 | 88.52 | 0.68 | 0.47 |
| Hex | 7C | C9 | 27 | 26 | 0 | 51 | 15 | 59 | 44 | 2F |
| Octal | 174 | 311 | 47 | 46 | 0 | 121 | 25 | 131 | 104 | 57 |
| Binary | 1111100 | 11001001 | 100111 | 100110 | 0 | 1010001 | 10101 | 1011001 | 1000100 | 101111 |
Color Harmonies of #7CC927
Complementary color
Monochromatic Colors of #7CC927
Black with #7CC927
Text Example
Text Example
White with #7CC927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC927; }
p { color: rgb(124,201,39); }
H1.HeaderClassName
{
color: #7CC927;
}
.AnyTagClassName
{
color: #7CC927;
}
</style>
background-color css
<style>
a { background-color: #7CC927; }
a { background-color: rgb(124,201,39); }
div.DivClassName
{
background-color: #7CC927;
}
.BgClassName
{
background-color: #7CC927;
}
</style>
border-color css
<style>
span { border-color: #7CC927; }
span { border-color: rgb(124,201,39); }
td.TdClassName
{
border-color: #7CC927;
}
.TagClassName
{
border-color: #7CC927;
}
</style>