#7CB83B

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

Shades of Lima #7CB83B

Tints of Lima #7CB83B

Color information

#7CB83B (or 0x7CB83B) is unknown color: approx Lima. HEX triplet: 7C, B8 and 3B. RGB value is (124,184,59). Sum of RGB (Red+Green+Blue) = 124+184+59=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 184 (72.27% from 255 or 50.14% from 367); Blue value is 59 (23.44% from 255 or 16.08% from 367); Max value from RGB is 184 - color contains mainly: green. Hex color #7CB83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CB83B is #8347C4. Grayscale: #989898. Windows color (decimal): -8603589 or 3913852. OLE color: 3913852.

HSL color Cylindrical-coordinate representation of color #7CB83B: hue angle of 88.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CB83B is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB12418459-
CMYK0.3300.680.28
HSL88.8º51.44%47.65%-
HSV(B)88.8º67.93%72.16%-
XYZ26.2438.8810.26-
YUV151.8175.62108.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.79%
GREEN value IS 184 (72.27% from 255) = 50.14%
BLUE value IS 59 (23.44% from 255) = 16.08%
R=33.79%
G=50.14%
B=16.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal124184590.3300.680.2888.851.4447.65
Hex7CB83B210441C593330
Octal17427073410104341316360
Binary11111001011100011101110000101000100111001011001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CB83B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,184,59); }

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

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

 a { background-color: rgb(124,184,59); }

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

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

 span { border-color: rgb(124,184,59); }

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