#7CBD11

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

Shades of Lima #7CBD11

Tints of Lima #7CBD11

Color information

#7CBD11 (or 0x7CBD11) is unknown color: approx Lima. HEX triplet: 7C, BD and 11. RGB value is (124,189,17). Sum of RGB (Red+Green+Blue) = 124+189+17=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CBD11 is #8342EE. Grayscale: #969696. Windows color (decimal): -8602351 or 1162620. OLE color: 1162620.

HSL color Cylindrical-coordinate representation of color #7CBD11: hue angle of 82.67º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CBD11 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB12418917-
CMYK0.3400.910.26
HSL82.67º83.5%40.39%-
HSV(B)82.67º91.01%74.12%-
XYZ26.6140.726.99-
YUV149.9652.97109.49-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.58%
GREEN value IS 189 (74.22% from 255) = 57.27%
BLUE value IS 17 (7.03% from 255) = 5.15%
R=37.58%
G=57.27%
B=5.15%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124189170.3400.910.2682.6783.540.39
Hex7CBD112205B1A535328
Octal174275214201333212312350
Binary11111001011110110001100010010110111101010100111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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