#43C132

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

Shades of Lime Green #43C132

Tints of Lime Green #43C132

Color information

#43C132 (or 0x43C132) is unknown color: approx Lime Green. HEX triplet: 43, C1 and 32. RGB value is (67,193,50). Sum of RGB (Red+Green+Blue) = 67+193+50=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #43C132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C132 is #BC3ECD. Grayscale: #8B8B8B. Windows color (decimal): -12336846 or 3326275. OLE color: 3326275.

HSL color Cylindrical-coordinate representation of color #43C132: hue angle of 112.87º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43C132 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB6719350-
CMYK0.6500.740.24
HSL112.87º58.85%47.65%-
HSV(B)112.87º74.09%75.69%-
XYZ21.9639.569.5-
YUV139.0277.7676.63-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.61%
GREEN value IS 193 (75.78% from 255) = 62.26%
BLUE value IS 50 (19.92% from 255) = 16.13%
R=21.61%
G=62.26%
B=16.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal67193500.6500.740.24112.8758.8547.65
Hex43C1324104A18713b30
Octal103301621010112301617360
Binary100001111000001110010100000101001010110001110001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,193,50); }

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

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

 a { background-color: rgb(67,193,50); }

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

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

 span { border-color: rgb(67,193,50); }

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