Html Css Color HEX #78C210 Lima

📋 copy color: '#78C210'

red 120 ◦ green 194 ◦ blue 16

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

Shades of Lima #78C210

Tints of Lima #78C210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.85%

R = 36.36%
G = 58.79%
B = 4.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#78C210 (or 0x78C210) is known color: Lima. HEX triplet: 78, C2 and 10. RGB value is (120,194,16). Sum of RGB (Red+Green+Blue) = 120+194+16=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #78C210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C210 is #873DEF. Grayscale: #989898. Windows color (decimal): -8863216 or 1098360. OLE color: 1098360.

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

Color convert

RGB 120 194 16 -
CMYK 0.38 0 0.92 0.24
HSL 84.94º 0.85% 0.41% -
HSV(B) 84.94º 0.92% 0.76% -
XYZ 27.13 42.61 7.29 -
YUV 151.58 51.48 105.47 -
System Red Green Blue C M Y K H S L
Decimal 120 194 16 0.38 0 0.92 0.24 84.94 0.85 0.41
Hex 78 C2 10 26 0 5C 18 55 55 29
Octal 170 302 20 46 0 134 30 125 125 51
Binary 1111000 11000010 10000 100110 0 1011100 11000 1010101 1010101 101001

Color Harmonies of #78C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78C210

Black with #78C210

Text Example


Text Example

White with #78C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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