#43D852

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

Shades of Lime Green #43D852

Tints of Lime Green #43D852

Color information

#43D852 (or 0x43D852) is unknown color: approx Lime Green. HEX triplet: 43, D8 and 52. RGB value is (67,216,82). Sum of RGB (Red+Green+Blue) = 67+216+82=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #43D852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D852 is #BC27AD. Grayscale: #9C9C9C. Windows color (decimal): -12330926 or 5429315. OLE color: 5429315.

HSL color Cylindrical-coordinate representation of color #43D852: hue angle of 126.04º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D852 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB6721682-
CMYK0.6900.620.15
HSL126.04º65.64%55.49%-
HSV(B)126.04º68.98%84.71%-
XYZ28.3950.9116.31-
YUV156.1786.1464.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.36%
GREEN value IS 216 (84.77% from 255) = 59.18%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=18.36%
G=59.18%
B=22.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal67216820.6900.620.15126.0465.6455.49
Hex43D8524503EF7e4237
Octal1033301221050761717610267
Binary100001111011000101001010001010111110111111111101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,216,82); }

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

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

 a { background-color: rgb(67,216,82); }

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

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

 span { border-color: rgb(67,216,82); }

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