Html Css Color HEX #78AD2C Lima

📋 copy color: '#78AD2C'

red 120 ◦ green 173 ◦ blue 44

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

Shades of Lima #78AD2C

Tints of Lima #78AD2C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.34%

 BLUE value IS 44 (17.58% from 255) = 13.06%

R = 35.61%
G = 51.34%
B = 13.06%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#78AD2C (or 0x78AD2C) is known color: Lima. HEX triplet: 78, AD and 2C. RGB value is (120,173,44). Sum of RGB (Red+Green+Blue) = 120+173+44=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AD2C is #8752D3. Grayscale: #8E8E8E. Windows color (decimal): -8868564 or 2927992. OLE color: 2927992.

HSL color Cylindrical-coordinate representation of color #78AD2C: hue angle of 84.65º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78AD2C is Cyan = 0.31, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 173 44 -
CMYK 0.31 0 0.75 0.32
HSL 84.65º 0.59% 0.43% -
HSV(B) 84.65º 0.75% 0.68% -
XYZ 23.14 34.06 7.74 -
YUV 142.45 72.44 111.99 -
System Red Green Blue C M Y K H S L
Decimal 120 173 44 0.31 0 0.75 0.32 84.65 0.59 0.43
Hex 78 AD 2C 1F 0 4B 20 55 3B 2B
Octal 170 255 54 37 0 113 40 125 73 53
Binary 1111000 10101101 101100 11111 0 1001011 100000 1010101 111011 101011

Color Harmonies of #78AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AD2C

Black with #78AD2C

Text Example


Text Example

White with #78AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,173,44); }

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

background-color css

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

 a { background-color: rgb(120,173,44); }

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

border-color css

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

 span { border-color: rgb(120,173,44); }

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