#42D243

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

Shades of Lime Green #42D243

Tints of Lime Green #42D243

Color information

#42D243 (or 0x42D243) is unknown color: approx Lime Green. HEX triplet: 42, D2 and 43. RGB value is (66,210,67). Sum of RGB (Red+Green+Blue) = 66+210+67=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #42D243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D243 is #BD2DBC. Grayscale: #979797. Windows color (decimal): -12398013 or 4444738. OLE color: 4444738.

HSL color Cylindrical-coordinate representation of color #42D243: hue angle of 120.42º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D243 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB6621067-
CMYK0.6900.680.18
HSL120.42º61.54%54.12%-
HSV(B)120.42º68.57%82.35%-
XYZ26.3147.6613.12-
YUV150.6480.7967.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.24%
GREEN value IS 210 (82.42% from 255) = 61.22%
BLUE value IS 67 (26.56% from 255) = 19.53%
R=19.24%
G=61.22%
B=19.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal66210670.6900.680.18120.4261.5454.12
Hex42D2434504412783e36
Octal1023221031050104221707666
Binary1000010110100101000011100010101000100100101111000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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