#41E748

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

Shades of Lime Green #41E748

Tints of Lime Green #41E748

Color information

#41E748 (or 0x41E748) is unknown color: approx Lime Green. HEX triplet: 41, E7 and 48. RGB value is (65,231,72). Sum of RGB (Red+Green+Blue) = 65+231+72=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 231 (90.62% from 255 or 62.77% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 231 - color contains mainly: green. Hex color #41E748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E748 is #BE18B7. Grayscale: #A3A3A3. Windows color (decimal): -12458168 or 4777793. OLE color: 4777793.

HSL color Cylindrical-coordinate representation of color #41E748: hue angle of 122.53º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E748 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB6523172-
CMYK0.7200.690.09
HSL122.53º77.57%58.04%-
HSV(B)122.53º71.86%90.59%-
XYZ31.9358.7415.79-
YUV163.2476.557.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.66%
GREEN value IS 231 (90.62% from 255) = 62.77%
BLUE value IS 72 (28.52% from 255) = 19.57%
R=17.66%
G=62.77%
B=19.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal65231720.7200.690.09122.5377.5758.04
Hex41E7484804597b4e3a
Octal10134711011001051117311672
Binary1000001111001111001000100100001000101100111110111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,231,72); }

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

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

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

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

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

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

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