#42D73E

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

Shades of Lime Green #42D73E

Tints of Lime Green #42D73E

Color information

#42D73E (or 0x42D73E) is unknown color: approx Lime Green. HEX triplet: 42, D7 and 3E. RGB value is (66,215,62). Sum of RGB (Red+Green+Blue) = 66+215+62=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 215 (84.38% from 255 or 62.68% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 215 - color contains mainly: green. Hex color #42D73E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D73E is #BD28C1. Grayscale: #999999. Windows color (decimal): -12396738 or 4118338. OLE color: 4118338.

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

Color convert

RGB6621562-
CMYK0.6900.710.16
HSL118.43º65.67%54.31%-
HSV(B)118.43º71.16%84.31%-
XYZ27.4250.1112.78-
YUV153.0176.6465.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 215 (84.38% from 255) = 62.68%
BLUE value IS 62 (24.61% from 255) = 18.08%
R=19.24%
G=62.68%
B=18.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66215620.6900.710.16118.4365.6754.31
Hex42D73E4504710764236
Octal1023277610501072016610266
Binary1000010110101111111101000101010001111000011101101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,215,62); }

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

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

 a { background-color: rgb(66,215,62); }

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

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

 span { border-color: rgb(66,215,62); }

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