Shades of Lima #7FCA24
Tints of Lima #7FCA24
RGB
CMYK
RGB Variations
Color information
#7FCA24 (or 0x7FCA24) is known color: Lima. HEX triplet: 7F, CA and 24. RGB value is (127,202,36). Sum of RGB (Red+Green+Blue) = 127+202+36=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCA24 is #8035DB. Grayscale: #A1A1A1. Windows color (decimal): -8402396 or 2411135. OLE color: 2411135.
HSL color Cylindrical-coordinate representation of color #7FCA24: hue angle of 87.11º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7FCA24 is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 36 | - |
| CMYK | 0.37 | 0 | 0.82 | 0.21 |
| HSL | 87.11º | 0.7% | 0.47% | - |
| HSV(B) | 87.11º | 0.82% | 0.79% | - |
| XYZ | 30.19 | 46.88 | 9.13 | - |
| YUV | 160.65 | 57.65 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 36 | 0.37 | 0 | 0.82 | 0.21 | 87.11 | 0.7 | 0.47 |
| Hex | 7F | CA | 24 | 25 | 0 | 52 | 15 | 57 | 46 | 2F |
| Octal | 177 | 312 | 44 | 45 | 0 | 122 | 25 | 127 | 106 | 57 |
| Binary | 1111111 | 11001010 | 100100 | 100101 | 0 | 1010010 | 10101 | 1010111 | 1000110 | 101111 |
Color Harmonies of #7FCA24
Complementary color
Monochromatic Colors of #7FCA24
Black with #7FCA24
Text Example
Text Example
White with #7FCA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA24; }
p { color: rgb(127,202,36); }
H1.HeaderClassName
{
color: #7FCA24;
}
.AnyTagClassName
{
color: #7FCA24;
}
</style>
background-color css
<style>
a { background-color: #7FCA24; }
a { background-color: rgb(127,202,36); }
div.DivClassName
{
background-color: #7FCA24;
}
.BgClassName
{
background-color: #7FCA24;
}
</style>
border-color css
<style>
span { border-color: #7FCA24; }
span { border-color: rgb(127,202,36); }
td.TdClassName
{
border-color: #7FCA24;
}
.TagClassName
{
border-color: #7FCA24;
}
</style>