Shades of Lima #7BCA14
Tints of Lima #7BCA14
RGB
CMYK
RGB Variations
Color information
#7BCA14 (or 0x7BCA14) is known color: Lima. HEX triplet: 7B, CA and 14. RGB value is (123,202,20). Sum of RGB (Red+Green+Blue) = 123+202+20=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #7BCA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCA14 is #8435EB. Grayscale: #9E9E9E. Windows color (decimal): -8664556 or 1362555. OLE color: 1362555.
HSL color Cylindrical-coordinate representation of color #7BCA14: hue angle of 86.04º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7BCA14 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 123 | 202 | 20 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.21 |
| HSL | 86.04º | 0.82% | 0.44% | - |
| HSV(B) | 86.04º | 0.9% | 0.79% | - |
| XYZ | 29.42 | 46.5 | 8.09 | - |
| YUV | 157.63 | 50.33 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 202 | 20 | 0.39 | 0 | 0.90 | 0.21 | 86.04 | 0.82 | 0.44 |
| Hex | 7B | CA | 14 | 27 | 0 | 5A | 15 | 56 | 52 | 2C |
| Octal | 173 | 312 | 24 | 47 | 0 | 132 | 25 | 126 | 122 | 54 |
| Binary | 1111011 | 11001010 | 10100 | 100111 | 0 | 1011010 | 10101 | 1010110 | 1010010 | 101100 |
Color Harmonies of #7BCA14
Complementary color
Monochromatic Colors of #7BCA14
Black with #7BCA14
Text Example
Text Example
White with #7BCA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCA14; }
p { color: rgb(123,202,20); }
H1.HeaderClassName
{
color: #7BCA14;
}
.AnyTagClassName
{
color: #7BCA14;
}
</style>
background-color css
<style>
a { background-color: #7BCA14; }
a { background-color: rgb(123,202,20); }
div.DivClassName
{
background-color: #7BCA14;
}
.BgClassName
{
background-color: #7BCA14;
}
</style>
border-color css
<style>
span { border-color: #7BCA14; }
span { border-color: rgb(123,202,20); }
td.TdClassName
{
border-color: #7BCA14;
}
.TagClassName
{
border-color: #7BCA14;
}
</style>