#78CE26

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

Shades of Lima #78CE26

Tints of Lima #78CE26

Color information

#78CE26 (or 0x78CE26) is unknown color: approx Lima. HEX triplet: 78, CE and 26. RGB value is (120,206,38). Sum of RGB (Red+Green+Blue) = 120+206+38=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #78CE26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CE26 is #8731D9. Grayscale: #A1A1A1. Windows color (decimal): -8860122 or 2543224. OLE color: 2543224.

HSL color Cylindrical-coordinate representation of color #78CE26: hue angle of 90.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78CE26 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB12020638-
CMYK0.4200.820.19
HSL90.71º68.85%47.84%-
HSV(B)90.71º81.55%80.78%-
XYZ30.1748.289.56-
YUV161.1358.5198.66-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.97%
GREEN value IS 206 (80.86% from 255) = 56.59%
BLUE value IS 38 (15.23% from 255) = 10.44%
R=32.97%
G=56.59%
B=10.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal120206380.4200.820.1990.7168.8547.84
Hex78CE262A052135b4530
Octal170316465201222313310560
Binary111100011001110100110101010010100101001110110111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,206,38); }

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

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

 a { background-color: rgb(120,206,38); }

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

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

 span { border-color: rgb(120,206,38); }

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