Shades of Lima #78AB23
Tints of Lima #78AB23
RGB
CMYK
RGB Variations
Color information
#78AB23 (or 0x78AB23) is known color: Lima. HEX triplet: 78, AB and 23. RGB value is (120,171,35). Sum of RGB (Red+Green+Blue) = 120+171+35=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 171 (67.19% from 255 or 52.45% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB23 is #8754DC. Grayscale: #8C8C8C. Windows color (decimal): -8869085 or 2337656. OLE color: 2337656.
HSL color Cylindrical-coordinate representation of color #78AB23: hue angle of 82.5º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78AB23 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 35 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.33 |
| HSL | 82.5º | 0.66% | 0.4% | - |
| HSV(B) | 82.5º | 0.8% | 0.67% | - |
| XYZ | 22.61 | 33.24 | 6.81 | - |
| YUV | 140.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 35 | 0.30 | 0 | 0.80 | 0.33 | 82.5 | 0.66 | 0.4 |
| Hex | 78 | AB | 23 | 1E | 0 | 50 | 21 | 52 | 42 | 28 |
| Octal | 170 | 253 | 43 | 36 | 0 | 120 | 41 | 122 | 102 | 50 |
| Binary | 1111000 | 10101011 | 100011 | 11110 | 0 | 1010000 | 100001 | 1010010 | 1000010 | 101000 |
Color Harmonies of #78AB23
Complementary color
Monochromatic Colors of #78AB23
Black with #78AB23
Text Example
Text Example
White with #78AB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB23; }
p { color: rgb(120,171,35); }
H1.HeaderClassName
{
color: #78AB23;
}
.AnyTagClassName
{
color: #78AB23;
}
</style>
background-color css
<style>
a { background-color: #78AB23; }
a { background-color: rgb(120,171,35); }
div.DivClassName
{
background-color: #78AB23;
}
.BgClassName
{
background-color: #78AB23;
}
</style>
border-color css
<style>
span { border-color: #78AB23; }
span { border-color: rgb(120,171,35); }
td.TdClassName
{
border-color: #78AB23;
}
.TagClassName
{
border-color: #78AB23;
}
</style>