#43D72D

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

Shades of Lime Green #43D72D

Tints of Lime Green #43D72D

Color information

#43D72D (or 0x43D72D) is unknown color: approx Lime Green. HEX triplet: 43, D7 and 2D. RGB value is (67,215,45). Sum of RGB (Red+Green+Blue) = 67+215+45=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 215 (84.38% from 255 or 65.75% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 215 - color contains mainly: green. Hex color #43D72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D72D is #BC28D2. Grayscale: #979797. Windows color (decimal): -12331219 or 3004227. OLE color: 3004227.

HSL color Cylindrical-coordinate representation of color #43D72D: hue angle of 112.24º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43D72D is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB6721545-
CMYK0.6900.790.16
HSL112.24º68%50.98%-
HSV(B)112.24º79.07%84.31%-
XYZ27.0949.9810.7-
YUV151.3767.9767.82-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.49%
GREEN value IS 215 (84.38% from 255) = 65.75%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=20.49%
G=65.75%
B=13.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal67215450.6900.790.16112.246850.98
Hex43D72D4504F10704433
Octal1033275510501172016010463
Binary1000011110101111011011000101010011111000011100001000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,215,45); }

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

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

 a { background-color: rgb(67,215,45); }

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

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

 span { border-color: rgb(67,215,45); }

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