#43D446

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

Shades of Lime Green #43D446

Tints of Lime Green #43D446

Color information

#43D446 (or 0x43D446) is unknown color: approx Lime Green. HEX triplet: 43, D4 and 46. RGB value is (67,212,70). Sum of RGB (Red+Green+Blue) = 67+212+70=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 212 (83.20% from 255 or 60.74% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 212 - color contains mainly: green. Hex color #43D446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D446 is #BC2BB9. Grayscale: #989898. Windows color (decimal): -12331962 or 4641859. OLE color: 4641859.

HSL color Cylindrical-coordinate representation of color #43D446: hue angle of 121.24º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43D446 is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB6721270-
CMYK0.6800.670.17
HSL121.24º62.77%54.71%-
HSV(B)121.24º68.4%83.14%-
XYZ26.9648.7213.78-
YUV152.4681.4667.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.20%
GREEN value IS 212 (83.20% from 255) = 60.74%
BLUE value IS 70 (27.73% from 255) = 20.06%
R=19.20%
G=60.74%
B=20.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal67212700.6800.670.17121.2462.7754.71
Hex43D4464404311793f37
Octal1033241061040103211717767
Binary1000011110101001000110100010001000011100011111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,212,70); }

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

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

 a { background-color: rgb(67,212,70); }

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

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

 span { border-color: rgb(67,212,70); }

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