#42E943

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

Shades of Lime Green #42E943

Tints of Lime Green #42E943

Color information

#42E943 (or 0x42E943) is unknown color: approx Lime Green. HEX triplet: 42, E9 and 43. RGB value is (66,233,67). Sum of RGB (Red+Green+Blue) = 66+233+67=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 233 (91.41% from 255 or 63.66% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 233 - color contains mainly: green. Hex color #42E943 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #42E943 is #BD16BC. Grayscale: #A4A4A4. Windows color (decimal): -12392125 or 4450626. OLE color: 4450626.

HSL color Cylindrical-coordinate representation of color #42E943: hue angle of 120.36º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E943 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB6623367-
CMYK0.7200.710.09
HSL120.36º79.15%58.63%-
HSV(B)120.36º71.67%91.37%-
XYZ32.459.8415.15-
YUV164.1473.1758-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.03%
GREEN value IS 233 (91.41% from 255) = 63.66%
BLUE value IS 67 (26.56% from 255) = 18.31%
R=18.03%
G=63.66%
B=18.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal66233670.7200.710.09120.3679.1558.63
Hex42E943480479784f3b
Octal10235110311001071117011773
Binary1000010111010011000011100100001000111100111110001001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,233,67); }

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

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

 a { background-color: rgb(66,233,67); }

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

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

 span { border-color: rgb(66,233,67); }

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