#41ce2d

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

Shades of Lime Green #41CE2D

Tints of Lime Green #41CE2D

Color information

#41CE2D (or 0x41CE2D) is unknown color: approx Lime Green. HEX triplet: 41, CE and 2D. RGB value is (65,206,45). Sum of RGB (Red+Green+Blue) = 65+206+45=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 206 (80.86% from 255 or 65.19% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CE2D is #BE31D2. Grayscale: #919191. Windows color (decimal): -12464595 or 3001921. OLE color: 3001921.

HSL color Cylindrical-coordinate representation of color #41CE2D: hue angle of 112.55º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41CE2D is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB6520645-
CMYK0.6800.780.19
HSL112.55º64.14%49.22%-
HSV(B)112.55º78.16%80.78%-
XYZ24.7245.469.95-
YUV145.4971.2970.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.57%
GREEN value IS 206 (80.86% from 255) = 65.19%
BLUE value IS 45 (17.97% from 255) = 14.24%
R=20.57%
G=65.19%
B=14.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65206450.6800.780.19112.5564.1449.22
Hex41CE2D4404E13714031
Octal1013165510401162316110061
Binary1000001110011101011011000100010011101001111100011000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41ce2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,206,45); }

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

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

 a { background-color: rgb(65,206,45); }

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

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

 span { border-color: rgb(65,206,45); }

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