#7DD311

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

Shades of Lima #7DD311

Tints of Lima #7DD311

Color information

#7DD311 (or 0x7DD311) is unknown color: approx Lima. HEX triplet: 7D, D3 and 11. RGB value is (125,211,17). Sum of RGB (Red+Green+Blue) = 125+211+17=353 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.41% from 353); Green value is 211 (82.81% from 255 or 59.77% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DD311 is #822CEE. Grayscale: #A3A3A3. Windows color (decimal): -8531183 or 1168253. OLE color: 1168253.

HSL color Cylindrical-coordinate representation of color #7DD311: hue angle of 86.6º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7DD311 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB12521117-
CMYK0.4100.920.17
HSL86.6º85.09%44.71%-
HSV(B)86.6º91.94%82.75%-
XYZ31.8550.998.69-
YUV163.1745.51100.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.41%
GREEN value IS 211 (82.81% from 255) = 59.77%
BLUE value IS 17 (7.03% from 255) = 4.82%
R=35.41%
G=59.77%
B=4.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal125211170.4100.920.1786.685.0944.71
Hex7DD3112905C1157552d
Octal175323215101342112712555
Binary11111011101001110001101001010111001000110101111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DD311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,211,17); }

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

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

 a { background-color: rgb(125,211,17); }

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

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

 span { border-color: rgb(125,211,17); }

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