#42C645

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

Shades of Lime Green #42C645

Tints of Lime Green #42C645

Color information

#42C645 (or 0x42C645) is unknown color: approx Lime Green. HEX triplet: 42, C6 and 45. RGB value is (66,198,69). Sum of RGB (Red+Green+Blue) = 66+198+69=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 198 (77.73% from 255 or 59.46% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 198 - color contains mainly: green. Hex color #42C645 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C645 is #BD39BA. Grayscale: #909090. Windows color (decimal): -12401083 or 4572738. OLE color: 4572738.

HSL color Cylindrical-coordinate representation of color #42C645: hue angle of 121.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C645 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB6619869-
CMYK0.6700.650.22
HSL121.36º53.66%51.76%-
HSV(B)121.36º66.67%77.65%-
XYZ23.5241.9812.49-
YUV143.8385.7772.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 198 (77.73% from 255) = 59.46%
BLUE value IS 69 (27.34% from 255) = 20.72%
R=19.82%
G=59.46%
B=20.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66198690.6700.650.22121.3653.6651.76
Hex42C6454304116793634
Octal1023061051030101261716664
Binary1000010110001101000101100001101000001101101111001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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