#78CD18

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

Shades of Lima #78CD18

Tints of Lima #78CD18

Color information

#78CD18 (or 0x78CD18) is unknown color: approx Lima. HEX triplet: 78, CD and 18. RGB value is (120,205,24). Sum of RGB (Red+Green+Blue) = 120+205+24=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 205 (80.47% from 255 or 58.74% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 205 - color contains mainly: green. Hex color #78CD18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78CD18 is #8732E7. Grayscale: #9F9F9F. Windows color (decimal): -8860392 or 1625464. OLE color: 1625464.

HSL color Cylindrical-coordinate representation of color #78CD18: hue angle of 88.18º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78CD18 is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB12020524-
CMYK0.4100.880.20
HSL88.18º79.04%44.9%-
HSV(B)88.18º88.29%80.39%-
XYZ29.7447.728.51-
YUV158.9551.84100.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 205 (80.47% from 255) = 58.74%
BLUE value IS 24 (9.77% from 255) = 6.88%
R=34.38%
G=58.74%
B=6.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal120205240.4100.880.2088.1879.0444.9
Hex78CD182905814584f2d
Octal170315305101302413011755
Binary11110001100110111000101001010110001010010110001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CD18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,205,24); }

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

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

 a { background-color: rgb(120,205,24); }

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

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

 span { border-color: rgb(120,205,24); }

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