#42C543

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

Shades of Lime Green #42C543

Tints of Lime Green #42C543

Color information

#42C543 (or 0x42C543) is unknown color: approx Lime Green. HEX triplet: 42, C5 and 43. RGB value is (66,197,67). Sum of RGB (Red+Green+Blue) = 66+197+67=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #42C543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C543 is #BD3ABC. Grayscale: #8F8F8F. Windows color (decimal): -12401341 or 4441410. OLE color: 4441410.

HSL color Cylindrical-coordinate representation of color #42C543: hue angle of 120.46º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C543 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB6619767-
CMYK0.6600.660.23
HSL120.46º53.04%51.57%-
HSV(B)120.46º66.5%77.25%-
XYZ23.2341.512.1-
YUV143.0185.173.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 197 (77.34% from 255) = 59.70%
BLUE value IS 67 (26.56% from 255) = 20.30%
R=20%
G=59.70%
B=20.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal66197670.6600.660.23120.4653.0451.57
Hex42C5434204217783534
Octal1023051031020102271706564
Binary1000010110001011000011100001001000010101111111000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42C543; }

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

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

<style>
 a { background-color: #42C543; }

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

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

<style>
 span { border-color: #42C543; }

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

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