#41E41C

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

Shades of Lime Green #41E41C

Tints of Lime Green #41E41C

Color information

#41E41C (or 0x41E41C) is unknown color: approx Lime Green. HEX triplet: 41, E4 and 1C. RGB value is (65,228,28). Sum of RGB (Red+Green+Blue) = 65+228+28=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 228 (89.45% from 255 or 71.03% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 228 - color contains mainly: green. Hex color #41E41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E41C is #BE1BE3. Grayscale: #9D9D9D. Windows color (decimal): -12458980 or 1893441. OLE color: 1893441.

HSL color Cylindrical-coordinate representation of color #41E41C: hue angle of 108.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #41E41C is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.

Color convert

RGB6522828-
CMYK0.7100.880.11
HSL108.9º78.74%50.2%-
HSV(B)108.9º87.72%89.41%-
XYZ30.1356.6910.45-
YUV156.4655.562.76-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.25%
GREEN value IS 228 (89.45% from 255) = 71.03%
BLUE value IS 28 (11.33% from 255) = 8.72%
R=20.25%
G=71.03%
B=8.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal65228280.7100.880.11108.978.7450.2
Hex41E41C47058B6d4f32
Octal1013443410701301315511762
Binary10000011110010011100100011101011000101111011011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,228,28); }

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

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

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

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

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

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

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