Html Css Color HEX #41E032 Lime Green

📋 copy color: '#41E032'

red 65 ◦ green 224 ◦ blue 50

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

Shades of Lime Green #41E032

Tints of Lime Green #41E032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 66.08%

 BLUE value IS 50 (19.92% from 255) = 14.75%

R = 19.17%
G = 66.08%
B = 14.75%

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

#41E032 (or 0x41E032) is known color: Lime Green. HEX triplet: 41, E0 and 32. RGB value is (65,224,50). Sum of RGB (Red+Green+Blue) = 65+224+50=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 224 (87.89% from 255 or 66.08% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 224 - color contains mainly: green. Hex color #41E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E032 is #BE1FCD. Grayscale: #9D9D9D. Windows color (decimal): -12459982 or 3334209. OLE color: 3334209.

HSL color Cylindrical-coordinate representation of color #41E032: hue angle of 114.83º degrees, saturation: 0.74, 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 #41E032 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 224 50 -
CMYK 0.71 0 0.78 0.12
HSL 114.83º 0.74% 0.54% -
HSV(B) 114.83º 0.78% 0.88% -
XYZ 29.41 54.67 12.02 -
YUV 156.62 67.82 62.65 -
System Red Green Blue C M Y K H S L
Decimal 65 224 50 0.71 0 0.78 0.12 114.83 0.74 0.54
Hex 41 E0 32 47 0 4E C 73 4A 36
Octal 101 340 62 107 0 116 14 163 112 66
Binary 1000001 11100000 110010 1000111 0 1001110 1100 1110011 1001010 110110

Color Harmonies of #41E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E032

Black with #41E032

Text Example


Text Example

White with #41E032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,224,50); }

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

background-color css

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

 a { background-color: rgb(65,224,50); }

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

border-color css

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

 span { border-color: rgb(65,224,50); }

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