#7DD11A

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

Shades of Lima #7DD11A

Tints of Lima #7DD11A

Color information

#7DD11A (or 0x7DD11A) is unknown color: approx Lima. HEX triplet: 7D, D1 and 1A. RGB value is (125,209,26). Sum of RGB (Red+Green+Blue) = 125+209+26=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD11A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD11A is #822EE5. Grayscale: #A3A3A3. Windows color (decimal): -8531686 or 1757565. OLE color: 1757565.

HSL color Cylindrical-coordinate representation of color #7DD11A: hue angle of 87.54º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DD11A is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB12520926-
CMYK0.4000.880.18
HSL87.54º77.87%46.08%-
HSV(B)87.54º87.56%81.96%-
XYZ31.4450.048.98-
YUV163.0250.67100.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.72%
GREEN value IS 209 (82.03% from 255) = 58.06%
BLUE value IS 26 (10.55% from 255) = 7.22%
R=34.72%
G=58.06%
B=7.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal125209260.4000.880.1887.5477.8746.08
Hex7DD11A2805812584e2e
Octal175321325001302213011656
Binary11111011101000111010101000010110001001010110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,209,26); }

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

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

 a { background-color: rgb(125,209,26); }

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

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

 span { border-color: rgb(125,209,26); }

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