#7DB42A

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

Shades of Lima #7DB42A

Tints of Lima #7DB42A

Color information

#7DB42A (or 0x7DB42A) is unknown color: approx Lima. HEX triplet: 7D, B4 and 2A. RGB value is (125,180,42). Sum of RGB (Red+Green+Blue) = 125+180+42=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB42A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB42A is #824BD5. Grayscale: #949494. Windows color (decimal): -8539094 or 2798717. OLE color: 2798717.

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

Color convert

RGB12518042-
CMYK0.3100.770.29
HSL83.91º62.16%43.53%-
HSV(B)83.91º76.67%70.59%-
XYZ25.237.178.04-
YUV147.8268.28111.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.02%
GREEN value IS 180 (70.70% from 255) = 51.87%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=36.02%
G=51.87%
B=12.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125180420.3100.770.2983.9162.1643.53
Hex7DB42A1F04D1D543e2c
Octal17526452370115351247654
Binary1111101101101001010101111101001101111011010100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,180,42); }

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

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

 a { background-color: rgb(125,180,42); }

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

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

 span { border-color: rgb(125,180,42); }

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