#41C72E

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

Shades of Lime Green #41C72E

Tints of Lime Green #41C72E

Color information

#41C72E (or 0x41C72E) is unknown color: approx Lime Green. HEX triplet: 41, C7 and 2E. RGB value is (65,199,46). Sum of RGB (Red+Green+Blue) = 65+199+46=310 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.97% from 310); Green value is 199 (78.12% from 255 or 64.19% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 199 - color contains mainly: green. Hex color #41C72E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C72E is #BE38D1. Grayscale: #8D8D8D. Windows color (decimal): -12466386 or 3065665. OLE color: 3065665.

HSL color Cylindrical-coordinate representation of color #41C72E: hue angle of 112.55º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41C72E is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB6519946-
CMYK0.6700.770.22
HSL112.55º62.45%48.04%-
HSV(B)112.55º76.88%78.04%-
XYZ23.142.179.51-
YUV141.4974.1173.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.97%
GREEN value IS 199 (78.12% from 255) = 64.19%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=20.97%
G=64.19%
B=14.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal65199460.6700.770.22112.5562.4548.04
Hex41C72E4304D16713e30
Octal101307561030115261617660
Binary100000111000111101110100001101001101101101110001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41C72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,199,46); }

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

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

 a { background-color: rgb(65,199,46); }

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

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

 span { border-color: rgb(65,199,46); }

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