#41E834

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

Shades of Lime Green #41E834

Tints of Lime Green #41E834

Color information

#41E834 (or 0x41E834) is unknown color: approx Lime Green. HEX triplet: 41, E8 and 34. RGB value is (65,232,52). Sum of RGB (Red+Green+Blue) = 65+232+52=349 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.62% from 349); Green value is 232 (91.02% from 255 or 66.48% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 232 - color contains mainly: green. Hex color #41E834 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E834 is #BE17CB. Grayscale: #A2A2A2. Windows color (decimal): -12457932 or 3467329. OLE color: 3467329.

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

Color convert

RGB6523252-
CMYK0.7200.780.09
HSL115.67º79.65%55.69%-
HSV(B)115.67º77.59%90.98%-
XYZ31.6659.0812.98-
YUV161.5566.1759.14-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.62%
GREEN value IS 232 (91.02% from 255) = 66.48%
BLUE value IS 52 (20.70% from 255) = 14.90%
R=18.62%
G=66.48%
B=14.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal65232520.7200.780.09115.6779.6555.69
Hex41E8344804E9745038
Octal1013506411001161116412070
Binary100000111101000110100100100001001110100111101001010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41E834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,232,52); }

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

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

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

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

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

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

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