Html Css Color HEX #78C20D Lima

📋 copy color: '#78C20D'

red 120 ◦ green 194 ◦ blue 13

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

Shades of Lima #78C20D

Tints of Lima #78C20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 59.33%

 BLUE value IS 13 (5.47% from 255) = 3.98%

R = 36.7%
G = 59.33%
B = 3.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#78C20D (or 0x78C20D) is known color: Lima. HEX triplet: 78, C2 and 0D. RGB value is (120,194,13). Sum of RGB (Red+Green+Blue) = 120+194+13=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 13 (5.47% from 255 or 3.98% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #78C20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C20D is #873DF2. Grayscale: #979797. Windows color (decimal): -8863219 or 901752. OLE color: 901752.

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

Color convert

RGB 120 194 13 -
CMYK 0.38 0 0.93 0.24
HSL 84.53º 0.87% 0.41% -
HSV(B) 84.53º 0.93% 0.76% -
XYZ 27.11 42.61 7.18 -
YUV 151.24 49.98 105.72 -
System Red Green Blue C M Y K H S L
Decimal 120 194 13 0.38 0 0.93 0.24 84.53 0.87 0.41
Hex 78 C2 D 26 0 5D 18 55 57 29
Octal 170 302 15 46 0 135 30 125 127 51
Binary 1111000 11000010 1101 100110 0 1011101 11000 1010101 1010111 101001

Color Harmonies of #78C20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C20D

Black with #78C20D

Text Example


Text Example

White with #78C20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,194,13); }

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

background-color css

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

 a { background-color: rgb(120,194,13); }

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

border-color css

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

 span { border-color: rgb(120,194,13); }

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