#42D653

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

Shades of Lime Green #42D653

Tints of Lime Green #42D653

Color information

#42D653 (or 0x42D653) is unknown color: approx Lime Green. HEX triplet: 42, D6 and 53. RGB value is (66,214,83). Sum of RGB (Red+Green+Blue) = 66+214+83=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #42D653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D653 is #BD29AC. Grayscale: #9B9B9B. Windows color (decimal): -12396973 or 5494338. OLE color: 5494338.

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

Color convert

RGB6621483-
CMYK0.6900.610.16
HSL126.89º64.35%54.9%-
HSV(B)126.89º69.16%83.92%-
XYZ27.8549.8816.34-
YUV154.8187.4764.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 214 (83.98% from 255) = 58.95%
BLUE value IS 83 (32.81% from 255) = 22.87%
R=18.18%
G=58.95%
B=22.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66214830.6900.610.16126.8964.3554.9
Hex42D6534503D107f4037
Octal1023261231050752017710067
Binary1000010110101101010011100010101111011000011111111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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