Shades of Lima #78CC25
Tints of Lima #78CC25
RGB
CMYK
RGB Variations
Color information
#78CC25 (or 0x78CC25) is known color: Lima. HEX triplet: 78, CC and 25. RGB value is (120,204,37). Sum of RGB (Red+Green+Blue) = 120+204+37=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CC25 is #8733DA. Grayscale: #A0A0A0. Windows color (decimal): -8860635 or 2477176. OLE color: 2477176.
HSL color Cylindrical-coordinate representation of color #78CC25: hue angle of 90.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78CC25 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 37 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.2 |
| HSL | 90.18º | 0.69% | 0.47% | - |
| HSV(B) | 90.18º | 0.82% | 0.8% | - |
| XYZ | 29.67 | 47.31 | 9.32 | - |
| YUV | 159.85 | 58.67 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 37 | 0.41 | 0 | 0.82 | 0.2 | 90.18 | 0.69 | 0.47 |
| Hex | 78 | CC | 25 | 29 | 0 | 52 | 14 | 5A | 45 | 2F |
| Octal | 170 | 314 | 45 | 51 | 0 | 122 | 24 | 132 | 105 | 57 |
| Binary | 1111000 | 11001100 | 100101 | 101001 | 0 | 1010010 | 10100 | 1011010 | 1000101 | 101111 |
Color Harmonies of #78CC25
Complementary color
Monochromatic Colors of #78CC25
Black with #78CC25
Text Example
Text Example
White with #78CC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC25; }
p { color: rgb(120,204,37); }
H1.HeaderClassName
{
color: #78CC25;
}
.AnyTagClassName
{
color: #78CC25;
}
</style>
background-color css
<style>
a { background-color: #78CC25; }
a { background-color: rgb(120,204,37); }
div.DivClassName
{
background-color: #78CC25;
}
.BgClassName
{
background-color: #78CC25;
}
</style>
border-color css
<style>
span { border-color: #78CC25; }
span { border-color: rgb(120,204,37); }
td.TdClassName
{
border-color: #78CC25;
}
.TagClassName
{
border-color: #78CC25;
}
</style>