#43D03A

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

Shades of Lime Green #43D03A

Tints of Lime Green #43D03A

Color information

#43D03A (or 0x43D03A) is unknown color: approx Lime Green. HEX triplet: 43, D0 and 3A. RGB value is (67,208,58). Sum of RGB (Red+Green+Blue) = 67+208+58=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #43D03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D03A is #BC2FC5. Grayscale: #959595. Windows color (decimal): -12332998 or 3854403. OLE color: 3854403.

HSL color Cylindrical-coordinate representation of color #43D03A: hue angle of 116.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43D03A is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB6720858-
CMYK0.6800.720.18
HSL116.4º61.48%52.16%-
HSV(B)116.4º72.12%81.57%-
XYZ25.6346.6111.65-
YUV148.7476.7969.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.12%
GREEN value IS 208 (81.64% from 255) = 62.46%
BLUE value IS 58 (23.05% from 255) = 17.42%
R=20.12%
G=62.46%
B=17.42%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal67208580.6800.720.18116.461.4852.16
Hex43D03A4404812743d34
Octal103320721040110221647564
Binary100001111010000111010100010001001000100101110100111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D03A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,208,58); }

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

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

 a { background-color: rgb(67,208,58); }

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

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

 span { border-color: rgb(67,208,58); }

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