Html Css Color HEX #78C10B Lima

📋 copy color: '#78C10B'

red 120 ◦ green 193 ◦ blue 11

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

Shades of Lima #78C10B

Tints of Lima #78C10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 59.57%

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 37.04%
G = 59.57%
B = 3.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#78C10B (or 0x78C10B) is known color: Lima. HEX triplet: 78, C1 and 0B. RGB value is (120,193,11). Sum of RGB (Red+Green+Blue) = 120+193+11=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #78C10B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C10B is #873EF4. Grayscale: #979797. Windows color (decimal): -8863477 or 770424. OLE color: 770424.

HSL color Cylindrical-coordinate representation of color #78C10B: hue angle of 84.07º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #78C10B is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 193 11 -
CMYK 0.38 0 0.94 0.24
HSL 84.07º 0.89% 0.4% -
HSV(B) 84.07º 0.94% 0.76% -
XYZ 26.88 42.16 7.04 -
YUV 150.43 49.32 106.3 -
System Red Green Blue C M Y K H S L
Decimal 120 193 11 0.38 0 0.94 0.24 84.07 0.89 0.4
Hex 78 C1 B 26 0 5E 18 54 59 28
Octal 170 301 13 46 0 136 30 124 131 50
Binary 1111000 11000001 1011 100110 0 1011110 11000 1010100 1011001 101000

Color Harmonies of #78C10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C10B

Black with #78C10B

Text Example


Text Example

White with #78C10B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,193,11); }

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

background-color css

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

 a { background-color: rgb(120,193,11); }

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

border-color css

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

 span { border-color: rgb(120,193,11); }

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