#42DF4E

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

Shades of Lime Green #42DF4E

Tints of Lime Green #42DF4E

Color information

#42DF4E (or 0x42DF4E) is unknown color: approx Lime Green. HEX triplet: 42, DF and 4E. RGB value is (66,223,78). Sum of RGB (Red+Green+Blue) = 66+223+78=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 78 (30.86% from 255 or 21.25% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DF4E is #BD20B1. Grayscale: #9F9F9F. Windows color (decimal): -12394674 or 5168962. OLE color: 5168962.

HSL color Cylindrical-coordinate representation of color #42DF4E: hue angle of 124.59º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DF4E is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB6622378-
CMYK0.7000.650.13
HSL124.59º71.04%56.67%-
HSV(B)124.59º70.4%87.45%-
XYZ30.0154.4816.14-
YUV159.5381.9961.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 223 (87.5% from 255) = 60.76%
BLUE value IS 78 (30.86% from 255) = 21.25%
R=17.98%
G=60.76%
B=21.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66223780.7000.650.13124.5971.0456.67
Hex42DF4E46041D7d4739
Octal10233711610601011517510771
Binary1000010110111111001110100011001000001110111111011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,223,78); }

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

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

 a { background-color: rgb(66,223,78); }

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

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

 span { border-color: rgb(66,223,78); }

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