#41CD53

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

Shades of Lime Green #41CD53

Tints of Lime Green #41CD53

Color information

#41CD53 (or 0x41CD53) is unknown color: approx Lime Green. HEX triplet: 41, CD and 53. RGB value is (65,205,83). Sum of RGB (Red+Green+Blue) = 65+205+83=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #41CD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CD53 is #BE32AC. Grayscale: #959595. Windows color (decimal): -12464813 or 5492033. OLE color: 5492033.

HSL color Cylindrical-coordinate representation of color #41CD53: hue angle of 127.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CD53 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB6520583-
CMYK0.6800.600.20
HSL127.71º58.33%52.94%-
HSV(B)127.71º68.29%80.39%-
XYZ25.5745.4115.6-
YUV149.2390.6267.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.41%
GREEN value IS 205 (80.47% from 255) = 58.07%
BLUE value IS 83 (32.81% from 255) = 23.51%
R=18.41%
G=58.07%
B=23.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65205830.6800.600.20127.7158.3352.94
Hex41CD534403C14803a35
Octal101315123104074242007265
Binary1000001110011011010011100010001111001010010000000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,205,83); }

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

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

 a { background-color: rgb(65,205,83); }

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

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

 span { border-color: rgb(65,205,83); }

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