#42DD56

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

Shades of Lime Green #42DD56

Tints of Lime Green #42DD56

Color information

#42DD56 (or 0x42DD56) is unknown color: approx Lime Green. HEX triplet: 42, DD and 56. RGB value is (66,221,86). Sum of RGB (Red+Green+Blue) = 66+221+86=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 221 (86.72% from 255 or 59.25% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42DD56 is #BD22A9. Grayscale: #9F9F9F. Windows color (decimal): -12395178 or 5692738. OLE color: 5692738.

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

Color convert

RGB6622186-
CMYK0.7000.610.13
HSL127.74º69.51%56.27%-
HSV(B)127.74º70.14%86.67%-
XYZ29.7853.5417.57-
YUV159.2786.6561.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 221 (86.72% from 255) = 59.25%
BLUE value IS 86 (33.98% from 255) = 23.06%
R=17.69%
G=59.25%
B=23.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal66221860.7000.610.13127.7469.5156.27
Hex42DD564603DD804638
Octal1023351261060751520010670
Binary1000010110111011010110100011001111011101100000001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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