Html Css Color HEX #78BD1A Lima

📋 copy color: '#78BD1A'

red 120 ◦ green 189 ◦ blue 26

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

Shades of Lima #78BD1A

Tints of Lima #78BD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 56.42%

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 35.82%
G = 56.42%
B = 7.76%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#78BD1A (or 0x78BD1A) is known color: Lima. HEX triplet: 78, BD and 1A. RGB value is (120,189,26). Sum of RGB (Red+Green+Blue) = 120+189+26=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BD1A is #8742E5. Grayscale: #969696. Windows color (decimal): -8864486 or 1752440. OLE color: 1752440.

HSL color Cylindrical-coordinate representation of color #78BD1A: hue angle of 85.4º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78BD1A is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 120 189 26 -
CMYK 0.37 0 0.86 0.26
HSL 85.4º 0.76% 0.42% -
HSV(B) 85.4º 0.86% 0.74% -
XYZ 26.13 40.46 7.41 -
YUV 149.79 58.14 106.75 -
System Red Green Blue C M Y K H S L
Decimal 120 189 26 0.37 0 0.86 0.26 85.4 0.76 0.42
Hex 78 BD 1A 25 0 56 1A 55 4C 2A
Octal 170 275 32 45 0 126 32 125 114 52
Binary 1111000 10111101 11010 100101 0 1010110 11010 1010101 1001100 101010

Color Harmonies of #78BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BD1A

Black with #78BD1A

Text Example


Text Example

White with #78BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,189,26); }

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

background-color css

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

 a { background-color: rgb(120,189,26); }

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

border-color css

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

 span { border-color: rgb(120,189,26); }

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