#42D53F

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

Shades of Lime Green #42D53F

Tints of Lime Green #42D53F

Color information

#42D53F (or 0x42D53F) is unknown color: approx Lime Green. HEX triplet: 42, D5 and 3F. RGB value is (66,213,63). Sum of RGB (Red+Green+Blue) = 66+213+63=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #42D53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D53F is #BD2AC0. Grayscale: #989898. Windows color (decimal): -12397249 or 4183362. OLE color: 4183362.

HSL color Cylindrical-coordinate representation of color #42D53F: hue angle of 118.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D53F is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB6621363-
CMYK0.6900.700.16
HSL118.8º64.1%54.12%-
HSV(B)118.8º70.42%83.53%-
XYZ26.9449.1112.76-
YUV151.9577.866.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.30%
GREEN value IS 213 (83.59% from 255) = 62.28%
BLUE value IS 63 (25% from 255) = 18.42%
R=19.30%
G=62.28%
B=18.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66213630.6900.700.16118.864.154.12
Hex42D53F4504610774036
Octal1023257710501062016710066
Binary1000010110101011111111000101010001101000011101111000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,213,63); }

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

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

 a { background-color: rgb(66,213,63); }

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

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

 span { border-color: rgb(66,213,63); }

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