#43C133

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

Shades of Lime Green #43C133

Tints of Lime Green #43C133

Color information

#43C133 (or 0x43C133) is unknown color: approx Lime Green. HEX triplet: 43, C1 and 33. RGB value is (67,193,51). Sum of RGB (Red+Green+Blue) = 67+193+51=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #43C133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C133 is #BC3ECC. Grayscale: #8B8B8B. Windows color (decimal): -12336845 or 3391811. OLE color: 3391811.

HSL color Cylindrical-coordinate representation of color #43C133: hue angle of 113.24º degrees, saturation: 0.58, 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 #43C133 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB6719351-
CMYK0.6500.740.24
HSL113.24º58.2%47.84%-
HSV(B)113.24º73.58%75.69%-
XYZ21.9839.579.61-
YUV139.1478.2676.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 21.54%
GREEN value IS 193 (75.78% from 255) = 62.06%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=21.54%
G=62.06%
B=16.40%

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
Decimal67193510.6500.740.24113.2458.247.84
Hex43C1334104A18713a30
Octal103301631010112301617260
Binary100001111000001110011100000101001010110001110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43C133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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