#41CA47

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

Shades of Lime Green #41CA47

Tints of Lime Green #41CA47

Color information

#41CA47 (or 0x41CA47) is unknown color: approx Lime Green. HEX triplet: 41, CA and 47. RGB value is (65,202,71). Sum of RGB (Red+Green+Blue) = 65+202+71=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #41CA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CA47 is #BE35B8. Grayscale: #929292. Windows color (decimal): -12465593 or 4704833. OLE color: 4704833.

HSL color Cylindrical-coordinate representation of color #41CA47: hue angle of 122.63º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CA47 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB6520271-
CMYK0.6800.650.21
HSL122.63º56.38%52.35%-
HSV(B)122.63º67.82%79.22%-
XYZ24.4443.8213.13-
YUV146.185.6170.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.23%
GREEN value IS 202 (79.30% from 255) = 59.76%
BLUE value IS 71 (28.12% from 255) = 21.01%
R=19.23%
G=59.76%
B=21.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal65202710.6800.650.21122.6356.3852.35
Hex41CA4744041157b3834
Octal1013121071040101251737064
Binary1000001110010101000111100010001000001101011111011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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