Html Css Color HEX #41E131 Lime Green

📋 copy color: '#41E131'

red 65 ◦ green 225 ◦ blue 49

#41E131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #41E131

Tints of Lime Green #41E131

RGB

 RED value IS 65 (25.78% from 255) = 19.17%

 GREEN value IS 225 (88.28% from 255) = 66.37%

 BLUE value IS 49 (19.53% from 255) = 14.45%

R = 19.17%
G = 66.37%
B = 14.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#41E131 (or 0x41E131) is known color: Lime Green. HEX triplet: 41, E1 and 31. RGB value is (65,225,49). Sum of RGB (Red+Green+Blue) = 65+225+49=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 225 (88.28% from 255 or 66.37% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 225 - color contains mainly: green. Hex color #41E131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E131 is #BE1ECE. Grayscale: #9D9D9D. Windows color (decimal): -12459727 or 3268929. OLE color: 3268929.

HSL color Cylindrical-coordinate representation of color #41E131: hue angle of 114.55º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41E131 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 225 49 -
CMYK 0.71 0 0.78 0.12
HSL 114.55º 0.75% 0.54% -
HSV(B) 114.55º 0.78% 0.88% -
XYZ 29.66 55.2 12 -
YUV 157.1 66.99 62.31 -
System Red Green Blue C M Y K H S L
Decimal 65 225 49 0.71 0 0.78 0.12 114.55 0.75 0.54
Hex 41 E1 31 47 0 4E C 73 4B 36
Octal 101 341 61 107 0 116 14 163 113 66
Binary 1000001 11100001 110001 1000111 0 1001110 1100 1110011 1001011 110110

Color Harmonies of #41E131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E131

Black with #41E131

Text Example


Text Example

White with #41E131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,225,49); }

 H1.HeaderClassName
 {
   color: #41E131;
 }
 .AnyTagClassName
 {
   color: #41E131;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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