#42EA48

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

Shades of Lime Green #42EA48

Tints of Lime Green #42EA48

Color information

#42EA48 (or 0x42EA48) is unknown color: approx Lime Green. HEX triplet: 42, EA and 48. RGB value is (66,234,72). Sum of RGB (Red+Green+Blue) = 66+234+72=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 234 (91.80% from 255 or 62.90% from 372); Blue value is 72 (28.52% from 255 or 19.35% from 372); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42EA48 is #BD15B7. Grayscale: #A5A5A5. Windows color (decimal): -12391864 or 4778562. OLE color: 4778562.

HSL color Cylindrical-coordinate representation of color #42EA48: hue angle of 122.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EA48 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB6623472-
CMYK0.7200.690.08
HSL122.14º80%58.82%-
HSV(B)122.14º71.79%91.76%-
XYZ32.8460.4716.07-
YUV165.375.3457.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.74%
GREEN value IS 234 (91.80% from 255) = 62.90%
BLUE value IS 72 (28.52% from 255) = 19.35%
R=17.74%
G=62.90%
B=19.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal66234720.7200.690.08122.148058.82
Hex42EA484804587a503b
Octal10235211011001051017212073
Binary1000010111010101001000100100001000101100011110101010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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