#7CB411

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

Shades of Lima #7CB411

Tints of Lima #7CB411

Color information

#7CB411 (or 0x7CB411) is unknown color: approx Lima. HEX triplet: 7C, B4 and 11. RGB value is (124,180,17). Sum of RGB (Red+Green+Blue) = 124+180+17=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #7CB411 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CB411 is #834BEE. Grayscale: #919191. Windows color (decimal): -8604655 or 1160316. OLE color: 1160316.

HSL color Cylindrical-coordinate representation of color #7CB411: hue angle of 80.61º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CB411 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB12418017-
CMYK0.3100.910.29
HSL80.61º82.74%38.63%-
HSV(B)80.61º90.56%70.59%-
XYZ24.7336.976.36-
YUV144.6755.95113.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.63%
GREEN value IS 180 (70.70% from 255) = 56.07%
BLUE value IS 17 (7.03% from 255) = 5.30%
R=38.63%
G=56.07%
B=5.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124180170.3100.910.2980.6182.7438.63
Hex7CB4111F05B1D515327
Octal174264213701333512112347
Binary1111100101101001000111111010110111110110100011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,180,17); }

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

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

 a { background-color: rgb(124,180,17); }

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

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

 span { border-color: rgb(124,180,17); }

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