#41D255

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

Shades of Lime Green #41D255

Tints of Lime Green #41D255

Color information

#41D255 (or 0x41D255) is unknown color: approx Lime Green. HEX triplet: 41, D2 and 55. RGB value is (65,210,85). Sum of RGB (Red+Green+Blue) = 65+210+85=360 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.06% from 360); Green value is 210 (82.42% from 255 or 58.33% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 210 - color contains mainly: green. Hex color #41D255 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41D255 is #BE2DAA. Grayscale: #989898. Windows color (decimal): -12463531 or 5624385. OLE color: 5624385.

HSL color Cylindrical-coordinate representation of color #41D255: hue angle of 128.28º 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 #41D255 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB6521085-
CMYK0.6900.600.18
HSL128.28º61.7%53.92%-
HSV(B)128.28º69.05%82.35%-
XYZ26.8747.8716.42-
YUV152.3989.9665.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.06%
GREEN value IS 210 (82.42% from 255) = 58.33%
BLUE value IS 85 (33.59% from 255) = 23.61%
R=18.06%
G=58.33%
B=23.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal65210850.6900.600.18128.2861.753.92
Hex41D2554503C12803e36
Octal101322125105074222007666
Binary1000001110100101010101100010101111001001010000000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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