#42C841

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

Shades of Lime Green #42C841

Tints of Lime Green #42C841

Color information

#42C841 (or 0x42C841) is unknown color: approx Lime Green. HEX triplet: 42, C8 and 41. RGB value is (66,200,65). Sum of RGB (Red+Green+Blue) = 66+200+65=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 200 (78.52% from 255 or 60.42% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 200 - color contains mainly: green. Hex color #42C841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C841 is #BD37BE. Grayscale: #909090. Windows color (decimal): -12400575 or 4311106. OLE color: 4311106.

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

Color convert

RGB6620065-
CMYK0.6700.680.22
HSL119.56º55.1%51.96%-
HSV(B)119.56º67.5%78.43%-
XYZ23.8642.8512.01-
YUV144.5483.1171.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 200 (78.52% from 255) = 60.42%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=19.94%
G=60.42%
B=19.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66200650.6700.680.22119.5655.151.96
Hex42C8414304416783734
Octal1023101011030104261706764
Binary1000010110010001000001100001101000100101101111000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,200,65); }

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

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

 a { background-color: rgb(66,200,65); }

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

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

 span { border-color: rgb(66,200,65); }

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