#43D128

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

Shades of Lime Green #43D128

Tints of Lime Green #43D128

Color information

#43D128 (or 0x43D128) is unknown color: approx Lime Green. HEX triplet: 43, D1 and 28. RGB value is (67,209,40). Sum of RGB (Red+Green+Blue) = 67+209+40=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #43D128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D128 is #BC2ED7. Grayscale: #939393. Windows color (decimal): -12332760 or 2675011. OLE color: 2675011.

HSL color Cylindrical-coordinate representation of color #43D128: hue angle of 110.41º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43D128 is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB6720940-
CMYK0.6800.810.18
HSL110.41º67.87%48.82%-
HSV(B)110.41º80.86%81.96%-
XYZ25.546.959.73-
YUV147.2867.4670.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.20%
GREEN value IS 209 (82.03% from 255) = 66.14%
BLUE value IS 40 (16.02% from 255) = 12.66%
R=21.20%
G=66.14%
B=12.66%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal67209400.6800.810.18110.4167.8748.82
Hex43D12844051126e4431
Octal1033215010401212215610461
Binary1000011110100011010001000100010100011001011011101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,209,40); }

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

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

 a { background-color: rgb(67,209,40); }

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

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

 span { border-color: rgb(67,209,40); }

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