#43ED48

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

Shades of Lime Green #43ED48

Tints of Lime Green #43ED48

Color information

#43ED48 (or 0x43ED48) is unknown color: approx Lime Green. HEX triplet: 43, ED and 48. RGB value is (67,237,72). Sum of RGB (Red+Green+Blue) = 67+237+72=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 237 (92.97% from 255 or 63.03% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 237 - color contains mainly: green. Hex color #43ED48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43ED48 is #BC12B7. Grayscale: #A7A7A7. Windows color (decimal): -12325560 or 4779331. OLE color: 4779331.

HSL color Cylindrical-coordinate representation of color #43ED48: hue angle of 121.76º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43ED48 is Cyan = 0.72, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB6723772-
CMYK0.7200.700.07
HSL121.76º82.52%59.61%-
HSV(B)121.76º71.73%92.94%-
XYZ33.7762.2316.36-
YUV167.3674.1856.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.82%
GREEN value IS 237 (92.97% from 255) = 63.03%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=17.82%
G=63.03%
B=19.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal67237720.7200.700.07121.7682.5259.61
Hex43ED484804677a533c
Octal1033551101100106717212374
Binary100001111101101100100010010000100011011111110101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43ED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,237,72); }

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

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

 a { background-color: rgb(67,237,72); }

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

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

 span { border-color: rgb(67,237,72); }

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