#78C121

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

Shades of Lima #78C121

Tints of Lima #78C121

Color information

#78C121 (or 0x78C121) is unknown color: approx Lima. HEX triplet: 78, C1 and 21. RGB value is (120,193,33). Sum of RGB (Red+Green+Blue) = 120+193+33=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #78C121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C121 is #873EDE. Grayscale: #999999. Windows color (decimal): -8863455 or 2212216. OLE color: 2212216.

HSL color Cylindrical-coordinate representation of color #78C121: hue angle of 87.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78C121 is Cyan = 0.38, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB12019333-
CMYK0.3800.830.24
HSL87.38º70.8%44.31%-
HSV(B)87.38º82.9%75.69%-
XYZ27.0942.248.16-
YUV152.9360.32104.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.68%
GREEN value IS 193 (75.78% from 255) = 55.78%
BLUE value IS 33 (13.28% from 255) = 9.54%
R=34.68%
G=55.78%
B=9.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal120193330.3800.830.2487.3870.844.31
Hex78C121260531857472c
Octal170301414601233012710754
Binary111100011000001100001100110010100111100010101111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,193,33); }

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

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

 a { background-color: rgb(120,193,33); }

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

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

 span { border-color: rgb(120,193,33); }

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