#42E538

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

Shades of Lime Green #42E538

Tints of Lime Green #42E538

Color information

#42E538 (or 0x42E538) is unknown color: approx Lime Green. HEX triplet: 42, E5 and 38. RGB value is (66,229,56). Sum of RGB (Red+Green+Blue) = 66+229+56=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 229 (89.84% from 255 or 65.24% from 351); Blue value is 56 (22.27% from 255 or 15.95% from 351); Max value from RGB is 229 - color contains mainly: green. Hex color #42E538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42E538 is #BD1AC7. Grayscale: #A1A1A1. Windows color (decimal): -12393160 or 3728706. OLE color: 3728706.

HSL color Cylindrical-coordinate representation of color #42E538: hue angle of 116.53º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #42E538 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.10.

Color convert

RGB6622956-
CMYK0.7100.760.10
HSL116.53º76.89%55.88%-
HSV(B)116.53º75.55%89.8%-
XYZ30.9857.4813.2-
YUV160.546960.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 229 (89.84% from 255) = 65.24%
BLUE value IS 56 (22.27% from 255) = 15.95%
R=18.80%
G=65.24%
B=15.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal66229560.7100.760.10116.5376.8955.88
Hex42E5384704CA754d38
Octal1023457010701141216511570
Binary100001011100101111000100011101001100101011101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,229,56); }

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

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

 a { background-color: rgb(66,229,56); }

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

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

 span { border-color: rgb(66,229,56); }

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