Html Css Color HEX #41E231 Lime Green

📋 copy color: '#41E231'

red 65 ◦ green 226 ◦ blue 49

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

Shades of Lime Green #41E231

Tints of Lime Green #41E231

RGB

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

 GREEN value IS 226 (88.67% from 255) = 66.47%

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

R = 19.12%
G = 66.47%
B = 14.41%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#41E231 (or 0x41E231) is known color: Lime Green. HEX triplet: 41, E2 and 31. RGB value is (65,226,49). Sum of RGB (Red+Green+Blue) = 65+226+49=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 226 (88.67% from 255 or 66.47% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 226 - color contains mainly: green. Hex color #41E231 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E231 is #BE1DCE. Grayscale: #9E9E9E. Windows color (decimal): -12459471 or 3269185. OLE color: 3269185.

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

Color convert

RGB 65 226 49 -
CMYK 0.71 0 0.78 0.11
HSL 114.58º 0.75% 0.54% -
HSV(B) 114.58º 0.78% 0.89% -
XYZ 29.93 55.74 12.09 -
YUV 157.68 66.66 61.89 -
System Red Green Blue C M Y K H S L
Decimal 65 226 49 0.71 0 0.78 0.11 114.58 0.75 0.54
Hex 41 E2 31 47 0 4E B 73 4B 36
Octal 101 342 61 107 0 116 13 163 113 66
Binary 1000001 11100010 110001 1000111 0 1001110 1011 1110011 1001011 110110

Color Harmonies of #41E231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E231

Black with #41E231

Text Example


Text Example

White with #41E231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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