#78B52F

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

Shades of Lima #78B52F

Tints of Lima #78B52F

Color information

#78B52F (or 0x78B52F) is unknown color: approx Lima. HEX triplet: 78, B5 and 2F. RGB value is (120,181,47). Sum of RGB (Red+Green+Blue) = 120+181+47=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 181 (71.09% from 255 or 52.01% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 181 - color contains mainly: green. Hex color #78B52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B52F is #874AD0. Grayscale: #939393. Windows color (decimal): -8866513 or 3126648. OLE color: 3126648.

HSL color Cylindrical-coordinate representation of color #78B52F: hue angle of 87.31º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #78B52F is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB12018147-
CMYK0.3400.740.29
HSL87.31º58.77%44.71%-
HSV(B)87.31º74.03%70.98%-
XYZ24.7837.258.57-
YUV147.4971.29108.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 181 (71.09% from 255) = 52.01%
BLUE value IS 47 (18.75% from 255) = 13.51%
R=34.48%
G=52.01%
B=13.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120181470.3400.740.2987.3158.7744.71
Hex78B52F2204A1D573b2d
Octal17026557420112351277355
Binary11110001011010110111110001001001010111011010111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,181,47); }

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

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

 a { background-color: rgb(120,181,47); }

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

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

 span { border-color: rgb(120,181,47); }

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