#78BD27

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

Shades of Lima #78BD27

Tints of Lima #78BD27

Color information

#78BD27 (or 0x78BD27) is unknown color: approx Lima. HEX triplet: 78, BD and 27. RGB value is (120,189,39). Sum of RGB (Red+Green+Blue) = 120+189+39=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BD27 is #8742D8. Grayscale: #979797. Windows color (decimal): -8864473 or 2604408. OLE color: 2604408.

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

Color convert

RGB12018939-
CMYK0.3700.790.26
HSL87.6º65.79%44.71%-
HSV(B)87.6º79.37%74.12%-
XYZ26.3140.538.36-
YUV151.2764.64105.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 189 (74.22% from 255) = 54.31%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=34.48%
G=54.31%
B=11.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120189390.3700.790.2687.665.7944.71
Hex78BD272504F1A58422d
Octal170275474501173213010255
Binary111100010111101100111100101010011111101010110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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