#42D943

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

Shades of Lime Green #42D943

Tints of Lime Green #42D943

Color information

#42D943 (or 0x42D943) is unknown color: approx Lime Green. HEX triplet: 42, D9 and 43. RGB value is (66,217,67). Sum of RGB (Red+Green+Blue) = 66+217+67=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 217 (85.16% from 255 or 62% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 217 - color contains mainly: green. Hex color #42D943 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D943 is #BD26BC. Grayscale: #9B9B9B. Windows color (decimal): -12396221 or 4446530. OLE color: 4446530.

HSL color Cylindrical-coordinate representation of color #42D943: hue angle of 120.4º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D943 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB6621767-
CMYK0.7000.690.15
HSL120.4º66.52%55.49%-
HSV(B)120.4º69.59%85.1%-
XYZ28.0751.1913.71-
YUV154.7578.4764.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.86%
GREEN value IS 217 (85.16% from 255) = 62%
BLUE value IS 67 (26.56% from 255) = 19.14%
R=18.86%
G=62%
B=19.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal66217670.7000.690.15120.466.5255.49
Hex42D94346045F784337
Octal10233110310601051717010367
Binary1000010110110011000011100011001000101111111110001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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