#42E641

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

Shades of Lime Green #42E641

Tints of Lime Green #42E641

Color information

#42E641 (or 0x42E641) is unknown color: approx Lime Green. HEX triplet: 42, E6 and 41. RGB value is (66,230,65). Sum of RGB (Red+Green+Blue) = 66+230+65=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 230 (90.23% from 255 or 63.71% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 230 - color contains mainly: green. Hex color #42E641 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E641 is #BD19BE. Grayscale: #A2A2A2. Windows color (decimal): -12392895 or 4318786. OLE color: 4318786.

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

Color convert

RGB6623065-
CMYK0.7100.720.10
HSL119.64º76.74%57.84%-
HSV(B)119.64º71.74%90.2%-
XYZ31.558.1314.56-
YUV162.1573.1759.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.28%
GREEN value IS 230 (90.23% from 255) = 63.71%
BLUE value IS 65 (25.78% from 255) = 18.01%
R=18.28%
G=63.71%
B=18.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal66230650.7100.720.10119.6476.7457.84
Hex42E64147048A784d3a
Octal10234610110701101217011572
Binary1000010111001101000001100011101001000101011110001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,230,65); }

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

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

 a { background-color: rgb(66,230,65); }

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

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

 span { border-color: rgb(66,230,65); }

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