#7CAD2D

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

Shades of Lima #7CAD2D

Tints of Lima #7CAD2D

Color information

#7CAD2D (or 0x7CAD2D) is unknown color: approx Lima. HEX triplet: 7C, AD and 2D. RGB value is (124,173,45). Sum of RGB (Red+Green+Blue) = 124+173+45=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #7CAD2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAD2D is #8352D2. Grayscale: #909090. Windows color (decimal): -8606419 or 2993532. OLE color: 2993532.

HSL color Cylindrical-coordinate representation of color #7CAD2D: hue angle of 82.97º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CAD2D is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB12417345-
CMYK0.2800.740.32
HSL82.97º58.72%42.75%-
HSV(B)82.97º73.99%67.84%-
XYZ23.7334.367.86-
YUV143.7672.27113.91-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.26%
GREEN value IS 173 (67.97% from 255) = 50.58%
BLUE value IS 45 (17.97% from 255) = 13.16%
R=36.26%
G=50.58%
B=13.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal124173450.2800.740.3282.9758.7242.75
Hex7CAD2D1C04A20533b2b
Octal17425555340112401237353
Binary11111001010110110110111100010010101000001010011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,173,45); }

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

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

 a { background-color: rgb(124,173,45); }

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

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

 span { border-color: rgb(124,173,45); }

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