#78B424

Color #78B424 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #78B424

Tints of Lima #78B424

Color information

#78B424 (or 0x78B424) is unknown color: approx Lima. HEX triplet: 78, B4 and 24. RGB value is (120,180,36). Sum of RGB (Red+Green+Blue) = 120+180+36=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 180 (70.70% from 255 or 53.57% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 180 - color contains mainly: green. Hex color #78B424 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B424 is #874BDB. Grayscale: #929292. Windows color (decimal): -8866780 or 2405496. OLE color: 2405496.

HSL color Cylindrical-coordinate representation of color #78B424: hue angle of 85º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78B424 is Cyan = 0.33, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB12018036-
CMYK0.3300.80.29
HSL85º66.67%42.35%-
HSV(B)85º80%70.59%-
XYZ24.3936.767.48-
YUV145.6466.12109.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 35.71%
GREEN value IS 180 (70.70% from 255) = 53.57%
BLUE value IS 36 (14.45% from 255) = 10.71%
R=35.71%
G=53.57%
B=10.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120180360.3300.80.298566.6742.35
Hex78B424210501D55432a
Octal170264444101203512510352
Binary111100010110100100100100001010100001110110101011000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78B424; }

 p { color: rgb(120,180,36); }

 H1.HeaderClassName
 {
   color: #78B424;
 }
 .AnyTagClassName
 {
   color: #78B424;
 }
</style>
background-color css

<style>
 a { background-color: #78B424; }

 a { background-color: rgb(120,180,36); }

 div.DivClassName
 {
   background-color: #78B424;
 }
 .BgClassName
 {
   background-color: #78B424;
 }
</style>
border-color css

<style>
 span { border-color: #78B424; }

 span { border-color: rgb(120,180,36); }

 td.TdClassName
 {
   border-color: #78B424;
 }
 .TagClassName
 {
   border-color: #78B424;
 }
</style>