Html Css Color HEX #78AB2E Lima

📋 copy color: '#78AB2E'

red 120 ◦ green 171 ◦ blue 46

#78AB2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #78AB2E

Tints of Lima #78AB2E

RGB

 RED value IS 120 (47.27% from 255) = 35.61%

 GREEN value IS 171 (67.19% from 255) = 50.74%

 BLUE value IS 46 (18.36% from 255) = 13.65%

R = 35.61%
G = 50.74%
B = 13.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#78AB2E (or 0x78AB2E) is known color: Lima. HEX triplet: 78, AB and 2E. RGB value is (120,171,46). Sum of RGB (Red+Green+Blue) = 120+171+46=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AB2E is #8754D1. Grayscale: #8D8D8D. Windows color (decimal): -8869074 or 3058552. OLE color: 3058552.

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

Color convert

RGB 120 171 46 -
CMYK 0.30 0 0.73 0.33
HSL 84.48º 0.58% 0.43% -
HSV(B) 84.48º 0.73% 0.67% -
XYZ 22.8 33.32 7.81 -
YUV 141.5 74.1 112.66 -
System Red Green Blue C M Y K H S L
Decimal 120 171 46 0.30 0 0.73 0.33 84.48 0.58 0.43
Hex 78 AB 2E 1E 0 49 21 54 3A 2B
Octal 170 253 56 36 0 111 41 124 72 53
Binary 1111000 10101011 101110 11110 0 1001001 100001 1010100 111010 101011

Color Harmonies of #78AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AB2E

Black with #78AB2E

Text Example


Text Example

White with #78AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78AB2E;
 }
 .AnyTagClassName
 {
   color: #78AB2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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