#43C932

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

Shades of Lime Green #43C932

Tints of Lime Green #43C932

Color information

#43C932 (or 0x43C932) is unknown color: approx Lime Green. HEX triplet: 43, C9 and 32. RGB value is (67,201,50). Sum of RGB (Red+Green+Blue) = 67+201+50=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 201 (78.91% from 255 or 63.21% from 318); Blue value is 50 (19.92% from 255 or 15.72% from 318); Max value from RGB is 201 - color contains mainly: green. Hex color #43C932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C932 is #BC36CD. Grayscale: #909090. Windows color (decimal): -12334798 or 3328323. OLE color: 3328323.

HSL color Cylindrical-coordinate representation of color #43C932: hue angle of 113.25º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43C932 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB6720150-
CMYK0.6700.750.21
HSL113.25º60.16%49.22%-
HSV(B)113.25º75.12%78.82%-
XYZ23.7843.210.1-
YUV143.7275.1173.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.07%
GREEN value IS 201 (78.91% from 255) = 63.21%
BLUE value IS 50 (19.92% from 255) = 15.72%
R=21.07%
G=63.21%
B=15.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal67201500.6700.750.21113.2560.1649.22
Hex43C9324304B15713c31
Octal103311621030113251617461
Binary100001111001001110010100001101001011101011110001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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