#42c447

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

Shades of Lime Green #42C447

Tints of Lime Green #42C447

Color information

#42C447 (or 0x42C447) is unknown color: approx Lime Green. HEX triplet: 42, C4 and 47. RGB value is (66,196,71). Sum of RGB (Red+Green+Blue) = 66+196+71=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 196 (76.95% from 255 or 58.86% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 196 - color contains mainly: green. Hex color #42C447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C447 is #BD3BB8. Grayscale: #8F8F8F. Windows color (decimal): -12401593 or 4703298. OLE color: 4703298.

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

Color convert

RGB6619671-
CMYK0.6600.640.23
HSL122.31º52.42%51.37%-
HSV(B)122.31º66.33%76.86%-
XYZ23.1241.0912.67-
YUV142.8887.4373.16-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 196 (76.95% from 255) = 58.86%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=19.82%
G=58.86%
B=21.32%

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
Decimal66196710.6600.640.23122.3152.4251.37
Hex42C44742040177a3433
Octal1023041071020100271726463
Binary1000010110001001000111100001001000000101111111010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42c447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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