#42DB2E

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

Shades of Lime Green #42DB2E

Tints of Lime Green #42DB2E

Color information

#42DB2E (or 0x42DB2E) is unknown color: approx Lime Green. HEX triplet: 42, DB and 2E. RGB value is (66,219,46). Sum of RGB (Red+Green+Blue) = 66+219+46=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 219 (85.94% from 255 or 66.16% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 219 - color contains mainly: green. Hex color #42DB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42DB2E is #BD24D1. Grayscale: #9A9A9A. Windows color (decimal): -12395730 or 3070786. OLE color: 3070786.

HSL color Cylindrical-coordinate representation of color #42DB2E: hue angle of 113.06º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42DB2E is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB6621946-
CMYK0.7000.790.14
HSL113.06º70.61%51.96%-
HSV(B)113.06º79%85.88%-
XYZ28.0752.0211.15-
YUV153.5367.3165.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 219 (85.94% from 255) = 66.16%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=19.94%
G=66.16%
B=13.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal66219460.7000.790.14113.0670.6151.96
Hex42DB2E4604FE714734
Octal1023335610601171616110764
Binary100001011011011101110100011001001111111011100011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,219,46); }

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

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

 a { background-color: rgb(66,219,46); }

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

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

 span { border-color: rgb(66,219,46); }

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