#42D62E

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

Shades of Lime Green #42D62E

Tints of Lime Green #42D62E

Color information

#42D62E (or 0x42D62E) is unknown color: approx Lime Green. HEX triplet: 42, D6 and 2E. RGB value is (66,214,46). Sum of RGB (Red+Green+Blue) = 66+214+46=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #42D62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D62E is #BD29D1. Grayscale: #979797. Windows color (decimal): -12397010 or 3069506. OLE color: 3069506.

HSL color Cylindrical-coordinate representation of color #42D62E: hue angle of 112.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #42D62E is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB6621446-
CMYK0.6900.790.16
HSL112.86º67.2%50.98%-
HSV(B)112.86º78.5%83.92%-
XYZ26.7949.4510.72-
YUV150.668.9767.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.25%
GREEN value IS 214 (83.98% from 255) = 65.64%
BLUE value IS 46 (18.36% from 255) = 14.11%
R=20.25%
G=65.64%
B=14.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66214460.6900.790.16112.8667.250.98
Hex42D62E4504F10714333
Octal1023265610501172016110363
Binary1000010110101101011101000101010011111000011100011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D62E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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