#78BD2D

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

Shades of Lima #78BD2D

Tints of Lima #78BD2D

Color information

#78BD2D (or 0x78BD2D) is unknown color: approx Lima. HEX triplet: 78, BD and 2D. RGB value is (120,189,45). Sum of RGB (Red+Green+Blue) = 120+189+45=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #78BD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BD2D is #8742D2. Grayscale: #989898. Windows color (decimal): -8864467 or 2997624. OLE color: 2997624.

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

Color convert

RGB12018945-
CMYK0.3700.760.26
HSL88.75º61.54%45.88%-
HSV(B)88.75º76.19%74.12%-
XYZ26.4240.588.92-
YUV151.9567.64105.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 189 (74.22% from 255) = 53.39%
BLUE value IS 45 (17.97% from 255) = 12.71%
R=33.90%
G=53.39%
B=12.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120189450.3700.760.2688.7561.5445.88
Hex78BD2D2504C1A593e2e
Octal17027555450114321317656
Binary11110001011110110110110010101001100110101011001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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