#41CE41

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

Shades of Lime Green #41CE41

Tints of Lime Green #41CE41

Color information

#41CE41 (or 0x41CE41) is unknown color: approx Lime Green. HEX triplet: 41, CE and 41. RGB value is (65,206,65). Sum of RGB (Red+Green+Blue) = 65+206+65=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #41CE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41CE41 is #BE31BE. Grayscale: #949494. Windows color (decimal): -12464575 or 4312641. OLE color: 4312641.

HSL color Cylindrical-coordinate representation of color #41CE41: hue angle of 120º 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 #41CE41 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB6520665-
CMYK0.6800.680.19
HSL120º59%53.14%-
HSV(B)120º68.45%80.78%-
XYZ25.2145.6512.48-
YUV147.7781.2968.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.35%
GREEN value IS 206 (80.86% from 255) = 61.31%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=19.35%
G=61.31%
B=19.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal65206650.6800.680.191205953.14
Hex41CE414404413783b35
Octal1013161011040104231707365
Binary1000001110011101000001100010001000100100111111000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41CE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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