#43C52A

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

Shades of Lime Green #43C52A

Tints of Lime Green #43C52A

Color information

#43C52A (or 0x43C52A) is unknown color: approx Lime Green. HEX triplet: 43, C5 and 2A. RGB value is (67,197,42). Sum of RGB (Red+Green+Blue) = 67+197+42=306 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.90% from 306); Green value is 197 (77.34% from 255 or 64.38% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 197 - color contains mainly: green. Hex color #43C52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C52A is #BC3AD5. Grayscale: #8C8C8C. Windows color (decimal): -12335830 or 2803011. OLE color: 2803011.

HSL color Cylindrical-coordinate representation of color #43C52A: hue angle of 110.32º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #43C52A is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB6719742-
CMYK0.6600.790.23
HSL110.32º64.85%46.86%-
HSV(B)110.32º78.68%77.25%-
XYZ22.741.298.96-
YUV140.4672.4375.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.90%
GREEN value IS 197 (77.34% from 255) = 64.38%
BLUE value IS 42 (16.80% from 255) = 13.73%
R=21.90%
G=64.38%
B=13.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal67197420.6600.790.23110.3264.8546.86
Hex43C52A4204F176e412f
Octal1033055210201172715610157
Binary1000011110001011010101000010010011111011111011101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,197,42); }

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

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

 a { background-color: rgb(67,197,42); }

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

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

 span { border-color: rgb(67,197,42); }

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