#41CD52

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

Shades of Lime Green #41CD52

Tints of Lime Green #41CD52

Color information

#41CD52 (or 0x41CD52) is unknown color: approx Lime Green. HEX triplet: 41, CD and 52. RGB value is (65,205,82). Sum of RGB (Red+Green+Blue) = 65+205+82=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #41CD52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41CD52 is #BE32AD. Grayscale: #959595. Windows color (decimal): -12464814 or 5426497. OLE color: 5426497.

HSL color Cylindrical-coordinate representation of color #41CD52: hue angle of 127.29º 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 #41CD52 is Cyan = 0.68, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB6520582-
CMYK0.6800.60.20
HSL127.29º58.33%52.94%-
HSV(B)127.29º68.29%80.39%-
XYZ25.5345.415.4-
YUV149.1290.1268-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.47%
GREEN value IS 205 (80.47% from 255) = 58.24%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=18.47%
G=58.24%
B=23.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal65205820.6800.60.20127.2958.3352.94
Hex41CD524403C147f3a35
Octal101315122104074241777265
Binary100000111001101101001010001000111100101001111111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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