#78bf27

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

Shades of Lima #78BF27

Tints of Lima #78BF27

Color information

#78BF27 (or 0x78BF27) is unknown color: approx Lima. HEX triplet: 78, BF and 27. RGB value is (120,191,39). Sum of RGB (Red+Green+Blue) = 120+191+39=350 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.29% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #78BF27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78BF27 is #8740D8. Grayscale: #989898. Windows color (decimal): -8863961 or 2604920. OLE color: 2604920.

HSL color Cylindrical-coordinate representation of color #78BF27: hue angle of 88.03º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78BF27 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB12019139-
CMYK0.3700.800.25
HSL88.03º66.09%45.1%-
HSV(B)88.03º79.58%74.9%-
XYZ26.7441.48.5-
YUV152.4463.98104.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.29%
GREEN value IS 191 (75% from 255) = 54.57%
BLUE value IS 39 (15.62% from 255) = 11.14%
R=34.29%
G=54.57%
B=11.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120191390.3700.800.2588.0366.0945.1
Hex78BF27250501958422d
Octal170277474501203113010255
Binary111100010111111100111100101010100001100110110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78bf27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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