#43E14C

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

Shades of Lime Green #43E14C

Tints of Lime Green #43E14C

Color information

#43E14C (or 0x43E14C) is unknown color: approx Lime Green. HEX triplet: 43, E1 and 4C. RGB value is (67,225,76). Sum of RGB (Red+Green+Blue) = 67+225+76=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 225 (88.28% from 255 or 61.14% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 225 - color contains mainly: green. Hex color #43E14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E14C is #BC1EB3. Grayscale: #A1A1A1. Windows color (decimal): -12328628 or 5038403. OLE color: 5038403.

HSL color Cylindrical-coordinate representation of color #43E14C: hue angle of 123.42º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E14C is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB6722576-
CMYK0.7000.660.12
HSL123.42º72.48%57.25%-
HSV(B)123.42º70.22%88.24%-
XYZ30.5455.5715.95-
YUV160.7780.1561.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.21%
GREEN value IS 225 (88.28% from 255) = 61.14%
BLUE value IS 76 (30.08% from 255) = 20.65%
R=18.21%
G=61.14%
B=20.65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal67225760.7000.660.12123.4272.4857.25
Hex43E14C46042C7b4839
Octal10334111410601021417311071
Binary1000011111000011001100100011001000010110011110111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43E14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,225,76); }

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

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

 a { background-color: rgb(67,225,76); }

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

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

 span { border-color: rgb(67,225,76); }

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