#78BD1C

Color #78BD1C Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #78BD1C

Tints of Lima #78BD1C

Color information

#78BD1C (or 0x78BD1C) is unknown color: approx Lima. HEX triplet: 78, BD and 1C. RGB value is (120,189,28). Sum of RGB (Red+Green+Blue) = 120+189+28=337 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.61% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BD1C is #8742E3. Grayscale: #969696. Windows color (decimal): -8864484 or 1883512. OLE color: 1883512.

HSL color Cylindrical-coordinate representation of color #78BD1C: hue angle of 85.71º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78BD1C is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB12018928-
CMYK0.3700.850.26
HSL85.71º74.19%42.55%-
HSV(B)85.71º85.19%74.12%-
XYZ26.1540.477.53-
YUV150.0159.14106.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.61%
GREEN value IS 189 (74.22% from 255) = 56.08%
BLUE value IS 28 (11.33% from 255) = 8.31%
R=35.61%
G=56.08%
B=8.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120189280.3700.850.2685.7174.1942.55
Hex78BD1C250551A564a2b
Octal170275344501253212611253
Binary11110001011110111100100101010101011101010101101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,189,28); }

 H1.HeaderClassName
 {
   color: #78BD1C;
 }
 .AnyTagClassName
 {
   color: #78BD1C;
 }
</style>
background-color css

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

 a { background-color: rgb(120,189,28); }

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

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

 span { border-color: rgb(120,189,28); }

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