#41C242

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

Shades of Lime Green #41C242

Tints of Lime Green #41C242

Color information

#41C242 (or 0x41C242) is unknown color: approx Lime Green. HEX triplet: 41, C2 and 42. RGB value is (65,194,66). Sum of RGB (Red+Green+Blue) = 65+194+66=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #41C242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C242 is #BE3DBD. Grayscale: #8D8D8D. Windows color (decimal): -12467646 or 4375105. OLE color: 4375105.

HSL color Cylindrical-coordinate representation of color #41C242: hue angle of 120.47º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C242 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB6519466-
CMYK0.6600.660.24
HSL120.47º51.39%50.78%-
HSV(B)120.47º66.49%76.08%-
XYZ22.4640.111.71-
YUV140.8485.7673.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 194 (76.17% from 255) = 59.69%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=20%
G=59.69%
B=20.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal65194660.6600.660.24120.4751.3950.78
Hex41C2424204218783333
Octal1013021021020102301706363
Binary1000001110000101000010100001001000010110001111000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41C242; }

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

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

<style>
 a { background-color: #41C242; }

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

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

<style>
 span { border-color: #41C242; }

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

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