#42D554

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

Shades of Lime Green #42D554

Tints of Lime Green #42D554

Color information

#42D554 (or 0x42D554) is unknown color: approx Lime Green. HEX triplet: 42, D5 and 54. RGB value is (66,213,84). Sum of RGB (Red+Green+Blue) = 66+213+84=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 213 (83.59% from 255 or 58.68% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 213 - color contains mainly: green. Hex color #42D554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D554 is #BD2AAB. Grayscale: #9A9A9A. Windows color (decimal): -12397228 or 5559618. OLE color: 5559618.

HSL color Cylindrical-coordinate representation of color #42D554: hue angle of 127.35º 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 #42D554 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB6621384-
CMYK0.6900.610.16
HSL127.35º63.64%54.71%-
HSV(B)127.35º69.01%83.53%-
XYZ27.6449.3916.46-
YUV154.3488.364.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.18%
GREEN value IS 213 (83.59% from 255) = 58.68%
BLUE value IS 84 (33.20% from 255) = 23.14%
R=18.18%
G=58.68%
B=23.14%

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
Decimal66213840.6900.610.16127.3563.6454.71
Hex42D5544503D107f4037
Octal1023251241050752017710067
Binary1000010110101011010100100010101111011000011111111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,213,84); }

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

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

 a { background-color: rgb(66,213,84); }

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

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

 span { border-color: rgb(66,213,84); }

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