#42DD1C

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

Shades of Lime Green #42DD1C

Tints of Lime Green #42DD1C

Color information

#42DD1C (or 0x42DD1C) is unknown color: approx Lime Green. HEX triplet: 42, DD and 1C. RGB value is (66,221,28). Sum of RGB (Red+Green+Blue) = 66+221+28=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #42DD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DD1C is #BD22E3. Grayscale: #999999. Windows color (decimal): -12395236 or 1891650. OLE color: 1891650.

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

Color convert

RGB6622128-
CMYK0.7000.870.13
HSL108.19º77.51%48.82%-
HSV(B)108.19º87.33%86.67%-
XYZ28.3152.959.83-
YUV152.6557.6566.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.95%
GREEN value IS 221 (86.72% from 255) = 70.16%
BLUE value IS 28 (11.33% from 255) = 8.89%
R=20.95%
G=70.16%
B=8.89%

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
Decimal66221280.7000.870.13108.1977.5148.82
Hex42DD1C46057D6c4e31
Octal1023353410601271515411661
Binary10000101101110111100100011001010111110111011001001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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