#43DD1E

Color #43DD1E Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #43DD1E

Tints of Lime Green #43DD1E

Color information

#43DD1E (or 0x43DD1E) is unknown color: approx Lime Green. HEX triplet: 43, DD and 1E. RGB value is (67,221,30). Sum of RGB (Red+Green+Blue) = 67+221+30=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 221 (86.72% from 255 or 69.50% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DD1E is #BC22E1. Grayscale: #999999. Windows color (decimal): -12329698 or 2022723. OLE color: 2022723.

HSL color Cylindrical-coordinate representation of color #43DD1E: hue angle of 108.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43DD1E is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB6722130-
CMYK0.7000.860.13
HSL108.38º76.1%49.22%-
HSV(B)108.38º86.43%86.67%-
XYZ28.41539.96-
YUV153.1858.4866.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.07%
GREEN value IS 221 (86.72% from 255) = 69.50%
BLUE value IS 30 (12.11% from 255) = 9.43%
R=21.07%
G=69.50%
B=9.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal67221300.7000.860.13108.3876.149.22
Hex43DD1E46056D6c4c31
Octal1033353610601261515411461
Binary10000111101110111110100011001010110110111011001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43DD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43DD1E; }

 p { color: rgb(67,221,30); }

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

<style>
 a { background-color: #43DD1E; }

 a { background-color: rgb(67,221,30); }

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

<style>
 span { border-color: #43DD1E; }

 span { border-color: rgb(67,221,30); }

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