Html Css Color HEX #78B82C Lima

📋 copy color: '#78B82C'

red 120 ◦ green 184 ◦ blue 44

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

Shades of Lima #78B82C

Tints of Lima #78B82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.87%

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

R = 34.48%
G = 52.87%
B = 12.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#78B82C (or 0x78B82C) is known color: Lima. HEX triplet: 78, B8 and 2C. RGB value is (120,184,44). Sum of RGB (Red+Green+Blue) = 120+184+44=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #78B82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B82C is #8747D3. Grayscale: #959595. Windows color (decimal): -8865748 or 2930808. OLE color: 2930808.

HSL color Cylindrical-coordinate representation of color #78B82C: hue angle of 87.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #78B82C is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 120 184 44 -
CMYK 0.35 0 0.76 0.28
HSL 87.43º 0.61% 0.45% -
HSV(B) 87.43º 0.76% 0.72% -
XYZ 25.34 38.46 8.47 -
YUV 148.9 68.8 107.38 -
System Red Green Blue C M Y K H S L
Decimal 120 184 44 0.35 0 0.76 0.28 87.43 0.61 0.45
Hex 78 B8 2C 23 0 4C 1C 57 3D 2D
Octal 170 270 54 43 0 114 34 127 75 55
Binary 1111000 10111000 101100 100011 0 1001100 11100 1010111 111101 101101

Color Harmonies of #78B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B82C

Black with #78B82C

Text Example


Text Example

White with #78B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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