Html Css Color HEX #78D112 Lima

📋 copy color: '#78D112'

red 120 ◦ green 209 ◦ blue 18

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

Shades of Lima #78D112

Tints of Lima #78D112

RGB

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

 GREEN value IS 209 (82.03% from 255) = 60.23%

 BLUE value IS 18 (7.42% from 255) = 5.19%

R = 34.58%
G = 60.23%
B = 5.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#78D112 (or 0x78D112) is known color: Lima. HEX triplet: 78, D1 and 12. RGB value is (120,209,18). Sum of RGB (Red+Green+Blue) = 120+209+18=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 18 (7.42% from 255 or 5.19% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #78D112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78D112 is #872EED. Grayscale: #A1A1A1. Windows color (decimal): -8859374 or 1233272. OLE color: 1233272.

HSL color Cylindrical-coordinate representation of color #78D112: hue angle of 87.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78D112 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 209 18 -
CMYK 0.43 0 0.91 0.18
HSL 87.96º 0.84% 0.45% -
HSV(B) 87.96º 0.91% 0.82% -
XYZ 30.66 49.64 8.54 -
YUV 160.62 47.51 99.03 -
System Red Green Blue C M Y K H S L
Decimal 120 209 18 0.43 0 0.91 0.18 87.96 0.84 0.45
Hex 78 D1 12 2B 0 5B 12 58 54 2D
Octal 170 321 22 53 0 133 22 130 124 55
Binary 1111000 11010001 10010 101011 0 1011011 10010 1011000 1010100 101101

Color Harmonies of #78D112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D112

Black with #78D112

Text Example


Text Example

White with #78D112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,209,18); }

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

background-color css

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

 a { background-color: rgb(120,209,18); }

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

border-color css

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

 span { border-color: rgb(120,209,18); }

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