Html Css Color HEX #78B420 Lima

📋 copy color: '#78B420'

red 120 ◦ green 180 ◦ blue 32

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

Shades of Lima #78B420

Tints of Lima #78B420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.22%

 BLUE value IS 32 (12.89% from 255) = 9.64%

R = 36.14%
G = 54.22%
B = 9.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#78B420 (or 0x78B420) is known color: Lima. HEX triplet: 78, B4 and 20. RGB value is (120,180,32). Sum of RGB (Red+Green+Blue) = 120+180+32=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #78B420 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B420 is #874BDF. Grayscale: #919191. Windows color (decimal): -8866784 or 2143352. OLE color: 2143352.

HSL color Cylindrical-coordinate representation of color #78B420: hue angle of 84.32º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78B420 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 180 32 -
CMYK 0.33 0 0.82 0.29
HSL 84.32º 0.7% 0.42% -
HSV(B) 84.32º 0.82% 0.71% -
XYZ 24.33 36.74 7.18 -
YUV 145.19 64.12 110.03 -
System Red Green Blue C M Y K H S L
Decimal 120 180 32 0.33 0 0.82 0.29 84.32 0.7 0.42
Hex 78 B4 20 21 0 52 1D 54 46 2A
Octal 170 264 40 41 0 122 35 124 106 52
Binary 1111000 10110100 100000 100001 0 1010010 11101 1010100 1000110 101010

Color Harmonies of #78B420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B420

Black with #78B420

Text Example


Text Example

White with #78B420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,180,32); }

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

background-color css

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

 a { background-color: rgb(120,180,32); }

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

border-color css

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

 span { border-color: rgb(120,180,32); }

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