#42DE41

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

Shades of Lime Green #42DE41

Tints of Lime Green #42DE41

Color information

#42DE41 (or 0x42DE41) is unknown color: approx Lime Green. HEX triplet: 42, DE and 41. RGB value is (66,222,65). Sum of RGB (Red+Green+Blue) = 66+222+65=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 222 (87.11% from 255 or 62.89% from 353); Blue value is 65 (25.78% from 255 or 18.41% from 353); Max value from RGB is 222 - color contains mainly: green. Hex color #42DE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DE41 is #BD21BE. Grayscale: #9D9D9D. Windows color (decimal): -12394943 or 4316738. OLE color: 4316738.

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

Color convert

RGB6622265-
CMYK0.7000.710.13
HSL119.62º70.4%56.27%-
HSV(B)119.62º70.72%87.06%-
XYZ29.3253.7813.84-
YUV157.4675.8262.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 222 (87.11% from 255) = 62.89%
BLUE value IS 65 (25.78% from 255) = 18.41%
R=18.70%
G=62.89%
B=18.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66222650.7000.710.13119.6270.456.27
Hex42DE4146047D784638
Octal10233610110601071517010670
Binary1000010110111101000001100011001000111110111110001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,222,65); }

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

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

 a { background-color: rgb(66,222,65); }

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

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

 span { border-color: rgb(66,222,65); }

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