#41D52F

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

Shades of Lime Green #41D52F

Tints of Lime Green #41D52F

Color information

#41D52F (or 0x41D52F) is unknown color: approx Lime Green. HEX triplet: 41, D5 and 2F. RGB value is (65,213,47). Sum of RGB (Red+Green+Blue) = 65+213+47=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #41D52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D52F is #BE2AD0. Grayscale: #969696. Windows color (decimal): -12462801 or 3134785. OLE color: 3134785.

HSL color Cylindrical-coordinate representation of color #41D52F: hue angle of 113.49º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41D52F is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB6521347-
CMYK0.6900.780.16
HSL113.49º66.4%50.98%-
HSV(B)113.49º77.93%83.53%-
XYZ26.4948.9210.74-
YUV149.8269.9767.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20%
GREEN value IS 213 (83.59% from 255) = 65.54%
BLUE value IS 47 (18.75% from 255) = 14.46%
R=20%
G=65.54%
B=14.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal65213470.6900.780.16113.4966.450.98
Hex41D52F4504E10714233
Octal1013255710501162016110263
Binary1000001110101011011111000101010011101000011100011000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,213,47); }

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

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

 a { background-color: rgb(65,213,47); }

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

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

 span { border-color: rgb(65,213,47); }

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