#42BD45

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

Shades of Lime Green #42BD45

Tints of Lime Green #42BD45

Color information

#42BD45 (or 0x42BD45) is unknown color: approx Lime Green. HEX triplet: 42, BD and 45. RGB value is (66,189,69). Sum of RGB (Red+Green+Blue) = 66+189+69=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42BD45 is #BD42BA. Grayscale: #8A8A8A. Windows color (decimal): -12403387 or 4570434. OLE color: 4570434.

HSL color Cylindrical-coordinate representation of color #42BD45: hue angle of 121.46º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BD45 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB6618969-
CMYK0.6500.630.26
HSL121.46º48.24%50%-
HSV(B)121.46º65.08%74.12%-
XYZ21.5237.9811.83-
YUV138.5488.7576.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 189 (74.22% from 255) = 58.33%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=20.37%
G=58.33%
B=21.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal66189690.6500.630.26121.4648.2450
Hex42BD454103F1A793032
Octal102275105101077321716062
Binary100001010111101100010110000010111111110101111001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,189,69); }

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

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

 a { background-color: rgb(66,189,69); }

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

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

 span { border-color: rgb(66,189,69); }

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