#41d244

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

Shades of Lime Green #41D244

Tints of Lime Green #41D244

Color information

#41D244 (or 0x41D244) is unknown color: approx Lime Green. HEX triplet: 41, D2 and 44. RGB value is (65,210,68). Sum of RGB (Red+Green+Blue) = 65+210+68=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #41D244 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D244 is #BE2DBB. Grayscale: #969696. Windows color (decimal): -12463548 or 4510273. OLE color: 4510273.

HSL color Cylindrical-coordinate representation of color #41D244: hue angle of 121.24º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D244 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB6521068-
CMYK0.6900.680.18
HSL121.24º61.7%53.92%-
HSV(B)121.24º69.05%82.35%-
XYZ26.2747.6313.28-
YUV150.4681.4667.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 210 (82.42% from 255) = 61.22%
BLUE value IS 68 (26.95% from 255) = 19.83%
R=18.95%
G=61.22%
B=19.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65210680.6900.680.18121.2461.753.92
Hex41D2444504412793e36
Octal1013221041050104221717666
Binary1000001110100101000100100010101000100100101111001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41d244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,210,68); }

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

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

 a { background-color: rgb(65,210,68); }

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

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

 span { border-color: rgb(65,210,68); }

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