Html Css Color HEX #78C40F Lima

📋 copy color: '#78C40F'

red 120 ◦ green 196 ◦ blue 15

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

Shades of Lima #78C40F

Tints of Lima #78C40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.21%

 BLUE value IS 15 (6.25% from 255) = 4.53%

R = 36.25%
G = 59.21%
B = 4.53%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#78C40F (or 0x78C40F) is known color: Lima. HEX triplet: 78, C4 and 0F. RGB value is (120,196,15). Sum of RGB (Red+Green+Blue) = 120+196+15=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 196 (76.95% from 255 or 59.21% from 331); Blue value is 15 (6.25% from 255 or 4.53% from 331); Max value from RGB is 196 - color contains mainly: green. Hex color #78C40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C40F is #873BF0. Grayscale: #999999. Windows color (decimal): -8862705 or 1033336. OLE color: 1033336.

HSL color Cylindrical-coordinate representation of color #78C40F: hue angle of 85.19º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #78C40F is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 120 196 15 -
CMYK 0.39 0 0.92 0.23
HSL 85.19º 0.86% 0.41% -
HSV(B) 85.19º 0.92% 0.77% -
XYZ 27.57 43.51 7.4 -
YUV 152.64 50.32 104.72 -
System Red Green Blue C M Y K H S L
Decimal 120 196 15 0.39 0 0.92 0.23 85.19 0.86 0.41
Hex 78 C4 F 27 0 5C 17 55 56 29
Octal 170 304 17 47 0 134 27 125 126 51
Binary 1111000 11000100 1111 100111 0 1011100 10111 1010101 1010110 101001

Color Harmonies of #78C40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C40F

Black with #78C40F

Text Example


Text Example

White with #78C40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,196,15); }

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

background-color css

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

 a { background-color: rgb(120,196,15); }

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

border-color css

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

 span { border-color: rgb(120,196,15); }

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