#41DD35

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

Shades of Lime Green #41DD35

Tints of Lime Green #41DD35

Color information

#41DD35 (or 0x41DD35) is unknown color: approx Lime Green. HEX triplet: 41, DD and 35. RGB value is (65,221,53). Sum of RGB (Red+Green+Blue) = 65+221+53=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #41DD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41DD35 is #BE22CA. Grayscale: #9B9B9B. Windows color (decimal): -12460747 or 3530049. OLE color: 3530049.

HSL color Cylindrical-coordinate representation of color #41DD35: hue angle of 115.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41DD35 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB6522153-
CMYK0.7100.760.13
HSL115.71º71.19%53.73%-
HSV(B)115.71º76.02%86.67%-
XYZ28.6853.0912.1-
YUV155.270.3263.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 221 (86.72% from 255) = 65.19%
BLUE value IS 53 (21.09% from 255) = 15.63%
R=19.17%
G=65.19%
B=15.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal65221530.7100.760.13115.7171.1953.73
Hex41DD354704CD744736
Octal1013356510701141516410766
Binary100000111011101110101100011101001100110111101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41DD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,221,53); }

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

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

 a { background-color: rgb(65,221,53); }

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

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

 span { border-color: rgb(65,221,53); }

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