Html Css Color HEX #78B81C Lima

📋 copy color: '#78B81C'

red 120 ◦ green 184 ◦ blue 28

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

Shades of Lima #78B81C

Tints of Lima #78B81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 36.14%
G = 55.42%
B = 8.43%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#78B81C (or 0x78B81C) is known color: Lima. HEX triplet: 78, B8 and 1C. RGB value is (120,184,28). Sum of RGB (Red+Green+Blue) = 120+184+28=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #78B81C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B81C is #8747E3. Grayscale: #939393. Windows color (decimal): -8865764 or 1882232. OLE color: 1882232.

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

Color convert

RGB 120 184 28 -
CMYK 0.35 0 0.85 0.28
HSL 84.62º 0.74% 0.42% -
HSV(B) 84.62º 0.85% 0.72% -
XYZ 25.1 38.36 7.18 -
YUV 147.08 60.8 108.68 -
System Red Green Blue C M Y K H S L
Decimal 120 184 28 0.35 0 0.85 0.28 84.62 0.74 0.42
Hex 78 B8 1C 23 0 55 1C 55 4A 2A
Octal 170 270 34 43 0 125 34 125 112 52
Binary 1111000 10111000 11100 100011 0 1010101 11100 1010101 1001010 101010

Color Harmonies of #78B81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B81C

Black with #78B81C

Text Example


Text Example

White with #78B81C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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