#78C433

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

Shades of Lima #78C433

Tints of Lima #78C433

Color information

#78C433 (or 0x78C433) is unknown color: approx Lima. HEX triplet: 78, C4 and 33. RGB value is (120,196,51). Sum of RGB (Red+Green+Blue) = 120+196+51=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #78C433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C433 is #873BCC. Grayscale: #9D9D9D. Windows color (decimal): -8862669 or 3392632. OLE color: 3392632.

HSL color Cylindrical-coordinate representation of color #78C433: hue angle of 91.45º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78C433 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB12019651-
CMYK0.3900.740.23
HSL91.45º58.7%48.43%-
HSV(B)91.45º73.98%76.86%-
XYZ28.0843.7110.09-
YUV156.7568.32101.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.70%
GREEN value IS 196 (76.95% from 255) = 53.41%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=32.70%
G=53.41%
B=13.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal120196510.3900.740.2391.4558.748.43
Hex78C4332704A175b3b30
Octal17030463470112271337360
Binary11110001100010011001110011101001010101111011011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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