#78B228

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

Shades of Lima #78B228

Tints of Lima #78B228

Color information

#78B228 (or 0x78B228) is unknown color: approx Lima. HEX triplet: 78, B2 and 28. RGB value is (120,178,40). Sum of RGB (Red+Green+Blue) = 120+178+40=338 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.50% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 40 (16.02% from 255 or 11.83% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #78B228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78B228 is #874DD7. Grayscale: #919191. Windows color (decimal): -8867288 or 2667128. OLE color: 2667128.

HSL color Cylindrical-coordinate representation of color #78B228: hue angle of 85.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78B228 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB12017840-
CMYK0.3300.780.30
HSL85.22º63.3%42.75%-
HSV(B)85.22º77.53%69.8%-
XYZ24.0535.997.69-
YUV144.9368.78110.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.50%
GREEN value IS 178 (69.92% from 255) = 52.66%
BLUE value IS 40 (16.02% from 255) = 11.83%
R=35.50%
G=52.66%
B=11.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal120178400.3300.780.3085.2263.342.75
Hex78B2282104E1E553f2b
Octal17026250410116361257753
Binary11110001011001010100010000101001110111101010101111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,178,40); }

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

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

 a { background-color: rgb(120,178,40); }

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

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

 span { border-color: rgb(120,178,40); }

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