#42C547

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

Shades of Lime Green #42C547

Tints of Lime Green #42C547

Color information

#42C547 (or 0x42C547) is unknown color: approx Lime Green. HEX triplet: 42, C5 and 47. RGB value is (66,197,71). Sum of RGB (Red+Green+Blue) = 66+197+71=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #42C547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C547 is #BD3AB8. Grayscale: #8F8F8F. Windows color (decimal): -12401337 or 4703554. OLE color: 4703554.

HSL color Cylindrical-coordinate representation of color #42C547: hue angle of 122.29º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C547 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB6619771-
CMYK0.6600.640.23
HSL122.29º53.04%51.57%-
HSV(B)122.29º66.5%77.25%-
XYZ23.3541.5512.75-
YUV143.4787.172.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 197 (77.34% from 255) = 58.98%
BLUE value IS 71 (28.12% from 255) = 21.26%
R=19.76%
G=58.98%
B=21.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal66197710.6600.640.23122.2953.0451.57
Hex42C54742040177a3534
Octal1023051071020100271726564
Binary1000010110001011000111100001001000000101111111010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,197,71); }

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

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

 a { background-color: rgb(66,197,71); }

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

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

 span { border-color: rgb(66,197,71); }

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