#42D548

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

Shades of Lime Green #42D548

Tints of Lime Green #42D548

Color information

#42D548 (or 0x42D548) is unknown color: approx Lime Green. HEX triplet: 42, D5 and 48. RGB value is (66,213,72). Sum of RGB (Red+Green+Blue) = 66+213+72=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 72 (28.52% from 255 or 20.51% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #42D548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D548 is #BD2AB7. Grayscale: #999999. Windows color (decimal): -12397240 or 4773186. OLE color: 4773186.

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

Color convert

RGB6621372-
CMYK0.6900.660.16
HSL122.45º63.64%54.71%-
HSV(B)122.45º69.01%83.53%-
XYZ27.2149.2114.2-
YUV152.9782.365.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 213 (83.59% from 255) = 60.68%
BLUE value IS 72 (28.52% from 255) = 20.51%
R=18.80%
G=60.68%
B=20.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal66213720.6900.660.16122.4563.6454.71
Hex42D54845042107a4037
Octal10232511010501022017210067
Binary10000101101010110010001000101010000101000011110101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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