Html Css Color HEX #78BC13 Lima

📋 copy color: '#78BC13'

red 120 ◦ green 188 ◦ blue 19

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

Shades of Lima #78BC13

Tints of Lima #78BC13

RGB

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

 GREEN value IS 188 (73.83% from 255) = 57.49%

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 36.7%
G = 57.49%
B = 5.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#78BC13 (or 0x78BC13) is known color: Lima. HEX triplet: 78, BC and 13. RGB value is (120,188,19). Sum of RGB (Red+Green+Blue) = 120+188+19=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 188 (73.83% from 255 or 57.49% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BC13 is #8743EC. Grayscale: #959595. Windows color (decimal): -8864749 or 1293432. OLE color: 1293432.

HSL color Cylindrical-coordinate representation of color #78BC13: hue angle of 84.14º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78BC13 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 188 19 -
CMYK 0.36 0 0.90 0.26
HSL 84.14º 0.82% 0.41% -
HSV(B) 84.14º 0.9% 0.74% -
XYZ 25.85 40.01 6.98 -
YUV 148.4 54.97 107.74 -
System Red Green Blue C M Y K H S L
Decimal 120 188 19 0.36 0 0.90 0.26 84.14 0.82 0.41
Hex 78 BC 13 24 0 5A 1A 54 52 29
Octal 170 274 23 44 0 132 32 124 122 51
Binary 1111000 10111100 10011 100100 0 1011010 11010 1010100 1010010 101001

Color Harmonies of #78BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BC13

Black with #78BC13

Text Example


Text Example

White with #78BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,188,19); }

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

background-color css

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

 a { background-color: rgb(120,188,19); }

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

border-color css

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

 span { border-color: rgb(120,188,19); }

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