#78C033

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

Shades of Lima #78C033

Tints of Lima #78C033

Color information

#78C033 (or 0x78C033) is unknown color: approx Lima. HEX triplet: 78, C0 and 33. RGB value is (120,192,51). Sum of RGB (Red+Green+Blue) = 120+192+51=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #78C033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C033 is #873FCC. Grayscale: #9A9A9A. Windows color (decimal): -8863693 or 3391608. OLE color: 3391608.

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

Color convert

RGB12019251-
CMYK0.3800.730.25
HSL90.64º58.02%47.65%-
HSV(B)90.64º73.44%75.29%-
XYZ27.1941.939.79-
YUV154.469.65103.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.06%
GREEN value IS 192 (75.39% from 255) = 52.89%
BLUE value IS 51 (20.31% from 255) = 14.05%
R=33.06%
G=52.89%
B=14.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120192510.3800.730.2590.6458.0247.65
Hex78C03326049195b3a30
Octal17030063460111311337260
Binary11110001100000011001110011001001001110011011011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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