#73D41D

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

Shades of Lima #73D41D

Tints of Lima #73D41D

Color information

#73D41D (or 0x73D41D) is unknown color: approx Lima. HEX triplet: 73, D4 and 1D. RGB value is (115,212,29). Sum of RGB (Red+Green+Blue) = 115+212+29=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #73D41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73D41D is #8C2BE2. Grayscale: #A2A2A2. Windows color (decimal): -9186275 or 1954931. OLE color: 1954931.

HSL color Cylindrical-coordinate representation of color #73D41D: hue angle of 91.8º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73D41D is Cyan = 0.46, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB11521229-
CMYK0.4600.860.17
HSL91.8º75.93%47.25%-
HSV(B)91.8º86.32%83.14%-
XYZ30.8450.829.35-
YUV162.1452.8694.38-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.30%
GREEN value IS 212 (83.20% from 255) = 59.55%
BLUE value IS 29 (11.72% from 255) = 8.15%
R=32.30%
G=59.55%
B=8.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal115212290.4600.860.1791.875.9347.25
Hex73D41D2E056115c4c2f
Octal163324355601262113411457
Binary11100111101010011101101110010101101000110111001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73D41D; }

 p { color: rgb(115,212,29); }

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

<style>
 a { background-color: #73D41D; }

 a { background-color: rgb(115,212,29); }

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

<style>
 span { border-color: #73D41D; }

 span { border-color: rgb(115,212,29); }

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