#78C525

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

Shades of Lima #78C525

Tints of Lima #78C525

Color information

#78C525 (or 0x78C525) is unknown color: approx Lima. HEX triplet: 78, C5 and 25. RGB value is (120,197,37). Sum of RGB (Red+Green+Blue) = 120+197+37=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #78C525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C525 is #873ADA. Grayscale: #9C9C9C. Windows color (decimal): -8862427 or 2475384. OLE color: 2475384.

HSL color Cylindrical-coordinate representation of color #78C525: hue angle of 88.88º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78C525 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB12019737-
CMYK0.3900.810.23
HSL88.88º68.38%45.88%-
HSV(B)88.88º81.22%77.25%-
XYZ28.0544.068.78-
YUV155.7460.99102.51-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 197 (77.34% from 255) = 55.65%
BLUE value IS 37 (14.84% from 255) = 10.45%
R=33.90%
G=55.65%
B=10.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal120197370.3900.810.2388.8868.3845.88
Hex78C525270511759442e
Octal170305454701212713110456
Binary111100011000101100101100111010100011011110110011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,197,37); }

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

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

 a { background-color: rgb(120,197,37); }

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

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

 span { border-color: rgb(120,197,37); }

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