#7DB01E

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

Shades of Lima #7DB01E

Tints of Lima #7DB01E

Color information

#7DB01E (or 0x7DB01E) is unknown color: approx Lima. HEX triplet: 7D, B0 and 1E. RGB value is (125,176,30). Sum of RGB (Red+Green+Blue) = 125+176+30=331 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.76% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 30 (12.11% from 255 or 9.06% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB01E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB01E is #824FE1. Grayscale: #909090. Windows color (decimal): -8540130 or 2011261. OLE color: 2011261.

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

Color convert

RGB12517630-
CMYK0.2900.830.31
HSL80.96º70.87%40.39%-
HSV(B)80.96º82.95%69.02%-
XYZ24.2235.56.8-
YUV144.1163.6114.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.76%
GREEN value IS 176 (69.14% from 255) = 53.17%
BLUE value IS 30 (12.11% from 255) = 9.06%
R=37.76%
G=53.17%
B=9.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125176300.2900.830.3180.9670.8740.39
Hex7DB01E1D0531F514728
Octal175260363501233712110750
Binary1111101101100001111011101010100111111110100011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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