#42DD1E

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

Shades of Lime Green #42DD1E

Tints of Lime Green #42DD1E

Color information

#42DD1E (or 0x42DD1E) is unknown color: approx Lime Green. HEX triplet: 42, DD and 1E. RGB value is (66,221,30). Sum of RGB (Red+Green+Blue) = 66+221+30=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DD1E is #BD22E1. Grayscale: #999999. Windows color (decimal): -12395234 or 2022722. OLE color: 2022722.

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

Color convert

RGB6622130-
CMYK0.7000.860.13
HSL108.69º76.1%49.22%-
HSV(B)108.69º86.43%86.67%-
XYZ28.3452.969.96-
YUV152.8858.6566.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 221 (86.72% from 255) = 69.72%
BLUE value IS 30 (12.11% from 255) = 9.46%
R=20.82%
G=69.72%
B=9.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66221300.7000.860.13108.6976.149.22
Hex42DD1E46056D6d4c31
Octal1023353610601261515511461
Binary10000101101110111110100011001010110110111011011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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