#78BF1C

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

Shades of Lima #78BF1C

Tints of Lima #78BF1C

Color information

#78BF1C (or 0x78BF1C) is unknown color: approx Lima. HEX triplet: 78, BF and 1C. RGB value is (120,191,28). Sum of RGB (Red+Green+Blue) = 120+191+28=339 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.40% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BF1C is #8740E3. Grayscale: #979797. Windows color (decimal): -8863972 or 1884024. OLE color: 1884024.

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

Color convert

RGB12019128-
CMYK0.3700.850.25
HSL86.13º74.43%42.94%-
HSV(B)86.13º85.34%74.9%-
XYZ26.5941.347.68-
YUV151.1958.48105.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.40%
GREEN value IS 191 (75% from 255) = 56.34%
BLUE value IS 28 (11.33% from 255) = 8.26%
R=35.40%
G=56.34%
B=8.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120191280.3700.850.2586.1374.4342.94
Hex78BF1C2505519564a2b
Octal170277344501253112611253
Binary11110001011111111100100101010101011100110101101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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