#42e34e

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

Shades of Lime Green #42E34E

Tints of Lime Green #42E34E

Color information

#42E34E (or 0x42E34E) is unknown color: approx Lime Green. HEX triplet: 42, E3 and 4E. RGB value is (66,227,78). Sum of RGB (Red+Green+Blue) = 66+227+78=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 227 (89.06% from 255 or 61.19% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 227 - color contains mainly: green. Hex color #42E34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E34E is #BD1CB1. Grayscale: #A2A2A2. Windows color (decimal): -12393650 or 5169986. OLE color: 5169986.

HSL color Cylindrical-coordinate representation of color #42E34E: hue angle of 124.47º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E34E is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB6622778-
CMYK0.7100.660.11
HSL124.47º74.19%57.45%-
HSV(B)124.47º70.93%89.02%-
XYZ31.0956.6516.5-
YUV161.8880.6659.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.79%
GREEN value IS 227 (89.06% from 255) = 61.19%
BLUE value IS 78 (30.86% from 255) = 21.02%
R=17.79%
G=61.19%
B=21.02%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal66227780.7100.660.11124.4774.1957.45
Hex42E34E47042B7c4a39
Octal10234311610701021317411271
Binary1000010111000111001110100011101000010101111111001001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42e34e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,227,78); }

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

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

 a { background-color: rgb(66,227,78); }

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

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

 span { border-color: rgb(66,227,78); }

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