#7CBA2E

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

Shades of Lima #7CBA2E

Tints of Lima #7CBA2E

Color information

#7CBA2E (or 0x7CBA2E) is unknown color: approx Lima. HEX triplet: 7C, BA and 2E. RGB value is (124,186,46). Sum of RGB (Red+Green+Blue) = 124+186+46=356 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.83% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA2E is #8345D1. Grayscale: #989898. Windows color (decimal): -8603090 or 3062396. OLE color: 3062396.

HSL color Cylindrical-coordinate representation of color #7CBA2E: hue angle of 86.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CBA2E is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB12418646-
CMYK0.3300.750.27
HSL86.57º60.34%45.49%-
HSV(B)86.57º75.27%72.94%-
XYZ26.3639.68.84-
YUV151.568.46108.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.83%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 46 (18.36% from 255) = 12.92%
R=34.83%
G=52.25%
B=12.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124186460.3300.750.2786.5760.3445.49
Hex7CBA2E2104B1B573c2d
Octal17427256410113331277455
Binary11111001011101010111010000101001011110111010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,186,46); }

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

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

 a { background-color: rgb(124,186,46); }

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

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

 span { border-color: rgb(124,186,46); }

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