#7CB021

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

Shades of Lima #7CB021

Tints of Lima #7CB021

Color information

#7CB021 (or 0x7CB021) is unknown color: approx Lima. HEX triplet: 7C, B0 and 21. RGB value is (124,176,33). Sum of RGB (Red+Green+Blue) = 124+176+33=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 176 (69.14% from 255 or 52.85% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 176 - color contains mainly: green. Hex color #7CB021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CB021 is #834FDE. Grayscale: #909090. Windows color (decimal): -8605663 or 2207868. OLE color: 2207868.

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

Color convert

RGB12417633-
CMYK0.3000.810.31
HSL81.82º68.42%40.98%-
HSV(B)81.82º81.25%69.02%-
XYZ24.1135.457.01-
YUV144.1565.27113.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 176 (69.14% from 255) = 52.85%
BLUE value IS 33 (13.28% from 255) = 9.91%
R=37.24%
G=52.85%
B=9.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124176330.3000.810.3181.8268.4240.98
Hex7CB0211E0511F524429
Octal174260413601213712210451
Binary11111001011000010000111110010100011111110100101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,176,33); }

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

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

 a { background-color: rgb(124,176,33); }

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

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

 span { border-color: rgb(124,176,33); }

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