#78C022

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

Shades of Lima #78C022

Tints of Lima #78C022

Color information

#78C022 (or 0x78C022) is unknown color: approx Lima. HEX triplet: 78, C0 and 22. RGB value is (120,192,34). Sum of RGB (Red+Green+Blue) = 120+192+34=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #78C022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C022 is #873FDD. Grayscale: #999999. Windows color (decimal): -8863710 or 2277496. OLE color: 2277496.

HSL color Cylindrical-coordinate representation of color #78C022: hue angle of 87.34º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78C022 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB12019234-
CMYK0.3800.820.25
HSL87.34º69.91%44.31%-
HSV(B)87.34º82.29%75.29%-
XYZ26.8841.818.17-
YUV152.4661.15104.85-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 192 (75.39% from 255) = 55.49%
BLUE value IS 34 (13.67% from 255) = 9.83%
R=34.68%
G=55.49%
B=9.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120192340.3800.820.2587.3469.9144.31
Hex78C022260521957462c
Octal170300424601223112710654
Binary111100011000000100010100110010100101100110101111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,192,34); }

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

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

 a { background-color: rgb(120,192,34); }

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

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

 span { border-color: rgb(120,192,34); }

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