#41CE44

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

Shades of Lime Green #41CE44

Tints of Lime Green #41CE44

Color information

#41CE44 (or 0x41CE44) is unknown color: approx Lime Green. HEX triplet: 41, CE and 44. RGB value is (65,206,68). Sum of RGB (Red+Green+Blue) = 65+206+68=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 206 (80.86% from 255 or 60.77% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CE44 is #BE31BB. Grayscale: #949494. Windows color (decimal): -12464572 or 4509249. OLE color: 4509249.

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

Color convert

RGB6520668-
CMYK0.6800.670.19
HSL121.28º59%53.14%-
HSV(B)121.28º68.45%80.78%-
XYZ25.2945.6812.95-
YUV148.1182.7968.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.17%
GREEN value IS 206 (80.86% from 255) = 60.77%
BLUE value IS 68 (26.95% from 255) = 20.06%
R=19.17%
G=60.77%
B=20.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65206680.6800.670.19121.285953.14
Hex41CE444404313793b35
Octal1013161041040103231717365
Binary1000001110011101000100100010001000011100111111001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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