Html Css Color HEX #78CA20 Lima

📋 copy color: '#78CA20'

red 120 ◦ green 202 ◦ blue 32

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

Shades of Lima #78CA20

Tints of Lima #78CA20

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.06%

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

R = 33.9%
G = 57.06%
B = 9.04%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#78CA20 (or 0x78CA20) is known color: Lima. HEX triplet: 78, CA and 20. RGB value is (120,202,32). Sum of RGB (Red+Green+Blue) = 120+202+32=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CA20 is #8735DF. Grayscale: #9E9E9E. Windows color (decimal): -8861152 or 2148984. OLE color: 2148984.

HSL color Cylindrical-coordinate representation of color #78CA20: hue angle of 88.94º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78CA20 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 120 202 32 -
CMYK 0.41 0 0.84 0.21
HSL 88.94º 0.73% 0.46% -
HSV(B) 88.94º 0.84% 0.79% -
XYZ 29.13 46.34 8.78 -
YUV 158.1 56.83 100.82 -
System Red Green Blue C M Y K H S L
Decimal 120 202 32 0.41 0 0.84 0.21 88.94 0.73 0.46
Hex 78 CA 20 29 0 54 15 59 49 2E
Octal 170 312 40 51 0 124 25 131 111 56
Binary 1111000 11001010 100000 101001 0 1010100 10101 1011001 1001001 101110

Color Harmonies of #78CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CA20

Black with #78CA20

Text Example


Text Example

White with #78CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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