Html Css Color HEX #41E124 Lime Green

📋 copy color: '#41E124'

red 65 ◦ green 225 ◦ blue 36

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

Shades of Lime Green #41E124

Tints of Lime Green #41E124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 19.94%
G = 69.02%
B = 11.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#41E124 (or 0x41E124) is known color: Lime Green. HEX triplet: 41, E1 and 24. RGB value is (65,225,36). Sum of RGB (Red+Green+Blue) = 65+225+36=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #41E124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E124 is #BE1EDB. Grayscale: #9C9C9C. Windows color (decimal): -12459740 or 2416961. OLE color: 2416961.

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

Color convert

RGB 65 225 36 -
CMYK 0.71 0 0.84 0.12
HSL 110.79º 0.76% 0.51% -
HSV(B) 110.79º 0.84% 0.88% -
XYZ 29.42 55.1 10.75 -
YUV 155.61 60.49 63.37 -
System Red Green Blue C M Y K H S L
Decimal 65 225 36 0.71 0 0.84 0.12 110.79 0.76 0.51
Hex 41 E1 24 47 0 54 C 6F 4C 33
Octal 101 341 44 107 0 124 14 157 114 63
Binary 1000001 11100001 100100 1000111 0 1010100 1100 1101111 1001100 110011

Color Harmonies of #41E124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E124

Black with #41E124

Text Example


Text Example

White with #41E124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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