#7CB20D

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

Shades of Lima #7CB20D

Tints of Lima #7CB20D

Color information

#7CB20D (or 0x7CB20D) is unknown color: approx Lima. HEX triplet: 7C, B2 and 0D. RGB value is (124,178,13). Sum of RGB (Red+Green+Blue) = 124+178+13=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 178 (69.92% from 255 or 56.51% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 178 - color contains mainly: green. Hex color #7CB20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB20D is #834DF2. Grayscale: #8F8F8F. Windows color (decimal): -8605171 or 897660. OLE color: 897660.

HSL color Cylindrical-coordinate representation of color #7CB20D: hue angle of 79.64º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CB20D is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB12417813-
CMYK0.3000.930.30
HSL79.64º86.39%37.45%-
HSV(B)79.64º92.7%69.8%-
XYZ24.3136.156.08-
YUV143.0454.61114.42-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.37%
GREEN value IS 178 (69.92% from 255) = 56.51%
BLUE value IS 13 (5.47% from 255) = 4.13%
R=39.37%
G=56.51%
B=4.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal124178130.3000.930.3079.6486.3937.45
Hex7CB2D1E05D1E505625
Octal174262153601353612012645
Binary111110010110010110111110010111011111010100001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CB20D; }

 p { color: rgb(124,178,13); }

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

<style>
 a { background-color: #7CB20D; }

 a { background-color: rgb(124,178,13); }

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

<style>
 span { border-color: #7CB20D; }

 span { border-color: rgb(124,178,13); }

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