#78B024

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

Shades of Lima #78B024

Tints of Lima #78B024

Color information

#78B024 (or 0x78B024) is unknown color: approx Lima. HEX triplet: 78, B0 and 24. RGB value is (120,176,36). Sum of RGB (Red+Green+Blue) = 120+176+36=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 176 (69.14% from 255 or 53.01% from 332); Blue value is 36 (14.45% from 255 or 10.84% from 332); Max value from RGB is 176 - color contains mainly: green. Hex color #78B024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78B024 is #874FDB. Grayscale: #8F8F8F. Windows color (decimal): -8867804 or 2404472. OLE color: 2404472.

HSL color Cylindrical-coordinate representation of color #78B024: hue angle of 84º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78B024 is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB12017636-
CMYK0.3200.800.31
HSL84º66.04%41.57%-
HSV(B)84º79.55%69.02%-
XYZ23.5935.177.21-
YUV143.367.45111.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 176 (69.14% from 255) = 53.01%
BLUE value IS 36 (14.45% from 255) = 10.84%
R=36.14%
G=53.01%
B=10.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120176360.3200.800.318466.0441.57
Hex78B024200501F54422a
Octal170260444001203712410252
Binary111100010110000100100100000010100001111110101001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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