Html Css Color HEX #41E11A Lime Green

📋 copy color: '#41E11A'

red 65 ◦ green 225 ◦ blue 26

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

Shades of Lime Green #41E11A

Tints of Lime Green #41E11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 20.57%
G = 71.2%
B = 8.23%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#41E11A (or 0x41E11A) is known color: Lime Green. HEX triplet: 41, E1 and 1A. RGB value is (65,225,26). Sum of RGB (Red+Green+Blue) = 65+225+26=316 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.57% from 316); Green value is 225 (88.28% from 255 or 71.20% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 225 - color contains mainly: green. Hex color #41E11A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E11A is #BE1EE5. Grayscale: #9B9B9B. Windows color (decimal): -12459750 or 1761601. OLE color: 1761601.

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

Color convert

RGB 65 225 26 -
CMYK 0.71 0 0.88 0.12
HSL 108.24º 0.79% 0.49% -
HSV(B) 108.24º 0.88% 0.88% -
XYZ 29.29 55.05 10.06 -
YUV 154.47 55.49 64.18 -
System Red Green Blue C M Y K H S L
Decimal 65 225 26 0.71 0 0.88 0.12 108.24 0.79 0.49
Hex 41 E1 1A 47 0 58 C 6C 4F 31
Octal 101 341 32 107 0 130 14 154 117 61
Binary 1000001 11100001 11010 1000111 0 1011000 1100 1101100 1001111 110001

Color Harmonies of #41E11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E11A

Black with #41E11A

Text Example


Text Example

White with #41E11A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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