#78AF2E

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

Shades of Lima #78AF2E

Tints of Lima #78AF2E

Color information

#78AF2E (or 0x78AF2E) is unknown color: approx Lima. HEX triplet: 78, AF and 2E. RGB value is (120,175,46). Sum of RGB (Red+Green+Blue) = 120+175+46=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AF2E is #8750D1. Grayscale: #909090. Windows color (decimal): -8868050 or 3059576. OLE color: 3059576.

HSL color Cylindrical-coordinate representation of color #78AF2E: hue angle of 85.58º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78AF2E is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB12017546-
CMYK0.3100.740.31
HSL85.58º58.37%43.33%-
HSV(B)85.58º73.71%68.63%-
XYZ23.5734.858.07-
YUV143.8572.78110.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 175 (68.75% from 255) = 51.32%
BLUE value IS 46 (18.36% from 255) = 13.49%
R=35.19%
G=51.32%
B=13.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120175460.3100.740.3185.5858.3743.33
Hex78AF2E1F04A1F563a2b
Octal17025756370112371267253
Binary1111000101011111011101111101001010111111010110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,175,46); }

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

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

 a { background-color: rgb(120,175,46); }

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

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

 span { border-color: rgb(120,175,46); }

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