#7CB11D

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

Shades of Lima #7CB11D

Tints of Lima #7CB11D

Color information

#7CB11D (or 0x7CB11D) is unknown color: approx Lima. HEX triplet: 7C, B1 and 1D. RGB value is (124,177,29). Sum of RGB (Red+Green+Blue) = 124+177+29=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB11D is #834EE2. Grayscale: #909090. Windows color (decimal): -8605411 or 1945980. OLE color: 1945980.

HSL color Cylindrical-coordinate representation of color #7CB11D: hue angle of 81.49º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7CB11D is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB12417729-
CMYK0.3000.840.31
HSL81.49º71.84%40.39%-
HSV(B)81.49º83.62%69.41%-
XYZ24.2635.826.8-
YUV144.2862.94113.53-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 177 (69.53% from 255) = 53.64%
BLUE value IS 29 (11.72% from 255) = 8.79%
R=37.58%
G=53.64%
B=8.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124177290.3000.840.3181.4971.8440.39
Hex7CB11D1E0541F514828
Octal174261353601243712111050
Binary1111100101100011110111110010101001111110100011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB11D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,177,29); }

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

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

 a { background-color: rgb(124,177,29); }

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

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

 span { border-color: rgb(124,177,29); }

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