#78CD25

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

Shades of Lima #78CD25

Tints of Lima #78CD25

Color information

#78CD25 (or 0x78CD25) is unknown color: approx Lima. HEX triplet: 78, CD and 25. RGB value is (120,205,37). Sum of RGB (Red+Green+Blue) = 120+205+37=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #78CD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CD25 is #8732DA. Grayscale: #A1A1A1. Windows color (decimal): -8860379 or 2477432. OLE color: 2477432.

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

Color convert

RGB12020537-
CMYK0.4100.820.20
HSL90.36º69.42%47.45%-
HSV(B)90.36º81.95%80.39%-
XYZ29.9147.799.4-
YUV160.4358.3499.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.15%
GREEN value IS 205 (80.47% from 255) = 56.63%
BLUE value IS 37 (14.84% from 255) = 10.22%
R=33.15%
G=56.63%
B=10.22%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal120205370.4100.820.2090.3669.4247.45
Hex78CD2529052145a452f
Octal170315455101222413210557
Binary111100011001101100101101001010100101010010110101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CD25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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