#41D447

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

Shades of Lime Green #41D447

Tints of Lime Green #41D447

Color information

#41D447 (or 0x41D447) is unknown color: approx Lime Green. HEX triplet: 41, D4 and 47. RGB value is (65,212,71). Sum of RGB (Red+Green+Blue) = 65+212+71=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 212 (83.20% from 255 or 60.92% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 212 - color contains mainly: green. Hex color #41D447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D447 is #BE2BB8. Grayscale: #989898. Windows color (decimal): -12463033 or 4707393. OLE color: 4707393.

HSL color Cylindrical-coordinate representation of color #41D447: hue angle of 122.45º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D447 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB6521271-
CMYK0.6900.670.17
HSL122.45º63.09%54.31%-
HSV(B)122.45º69.34%83.14%-
XYZ26.8648.6713.94-
YUV151.9782.365.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.68%
GREEN value IS 212 (83.20% from 255) = 60.92%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=18.68%
G=60.92%
B=20.40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal65212710.6900.670.17122.4563.0954.31
Hex41D44745043117a3f36
Octal1013241071050103211727766
Binary1000001110101001000111100010101000011100011111010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,212,71); }

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

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

 a { background-color: rgb(65,212,71); }

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

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

 span { border-color: rgb(65,212,71); }

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