#7DBA1E

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

Shades of Lima #7DBA1E

Tints of Lima #7DBA1E

Color information

#7DBA1E (or 0x7DBA1E) is unknown color: approx Lima. HEX triplet: 7D, BA and 1E. RGB value is (125,186,30). Sum of RGB (Red+Green+Blue) = 125+186+30=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 186 (73.05% from 255 or 54.55% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 186 - color contains mainly: green. Hex color #7DBA1E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DBA1E is #8245E1. Grayscale: #969696. Windows color (decimal): -8537570 or 2013821. OLE color: 2013821.

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

Color convert

RGB12518630-
CMYK0.3300.840.27
HSL83.46º72.22%42.35%-
HSV(B)83.46º83.87%72.94%-
XYZ26.2539.577.48-
YUV149.9860.29110.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.66%
GREEN value IS 186 (73.05% from 255) = 54.55%
BLUE value IS 30 (12.11% from 255) = 8.80%
R=36.66%
G=54.55%
B=8.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal125186300.3300.840.2783.4672.2242.35
Hex7DBA1E210541B53482a
Octal175272364101243312311052
Binary11111011011101011110100001010101001101110100111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBA1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,186,30); }

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

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

 a { background-color: rgb(125,186,30); }

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

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

 span { border-color: rgb(125,186,30); }

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