#43E150

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

Shades of Lime Green #43E150

Tints of Lime Green #43E150

Color information

#43E150 (or 0x43E150) is unknown color: approx Lime Green. HEX triplet: 43, E1 and 50. RGB value is (67,225,80). Sum of RGB (Red+Green+Blue) = 67+225+80=372 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.01% from 372); Green value is 225 (88.28% from 255 or 60.48% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 225 - color contains mainly: green. Hex color #43E150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43E150 is #BC1EAF. Grayscale: #A1A1A1. Windows color (decimal): -12328624 or 5300547. OLE color: 5300547.

HSL color Cylindrical-coordinate representation of color #43E150: hue angle of 124.94º 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 #43E150 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB6722580-
CMYK0.7000.640.12
HSL124.94º72.48%57.25%-
HSV(B)124.94º70.22%88.24%-
XYZ30.6955.6216.71-
YUV161.2382.1560.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.01%
GREEN value IS 225 (88.28% from 255) = 60.48%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=18.01%
G=60.48%
B=21.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal67225800.7000.640.12124.9472.4857.25
Hex43E15046040C7d4839
Octal10334112010601001417511071
Binary1000011111000011010000100011001000000110011111011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43E150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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