#42df1e

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

Shades of Lime Green #42DF1E

Tints of Lime Green #42DF1E

Color information

#42DF1E (or 0x42DF1E) is unknown color: approx Lime Green. HEX triplet: 42, DF and 1E. RGB value is (66,223,30). Sum of RGB (Red+Green+Blue) = 66+223+30=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 223 (87.5% from 255 or 69.91% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DF1E is #BD20E1. Grayscale: #9A9A9A. Windows color (decimal): -12394722 or 2023234. OLE color: 2023234.

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

Color convert

RGB6622330-
CMYK0.7000.870.13
HSL108.81º76.28%49.61%-
HSV(B)108.81º86.55%87.45%-
XYZ28.8754.0310.14-
YUV154.0557.9965.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.69%
GREEN value IS 223 (87.5% from 255) = 69.91%
BLUE value IS 30 (12.11% from 255) = 9.40%
R=20.69%
G=69.91%
B=9.40%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66223300.7000.870.13108.8176.2849.61
Hex42DF1E46057D6d4c32
Octal1023373610601271515511462
Binary10000101101111111110100011001010111110111011011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42df1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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