#7cb10b

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

Shades of Lima #7CB10B

Tints of Lima #7CB10B

Color information

#7CB10B (or 0x7CB10B) is unknown color: approx Lima. HEX triplet: 7C, B1 and 0B. RGB value is (124,177,11). Sum of RGB (Red+Green+Blue) = 124+177+11=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB10B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CB10B is #834EF4. Grayscale: #8E8E8E. Windows color (decimal): -8605429 or 766332. OLE color: 766332.

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

Color convert

RGB12417711-
CMYK0.3000.940.31
HSL79.16º88.3%36.86%-
HSV(B)79.16º93.79%69.41%-
XYZ24.0935.755.95-
YUV142.2353.94115-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 39.74%
GREEN value IS 177 (69.53% from 255) = 56.73%
BLUE value IS 11 (4.69% from 255) = 3.53%
R=39.74%
G=56.73%
B=3.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124177110.3000.940.3179.1688.336.86
Hex7CB1B1E05E1F4f5825
Octal174261133601363711713045
Binary111110010110001101111110010111101111110011111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cb10b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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