Html Css Color HEX #41E82C Lime Green

📋 copy color: '#41E82C'

red 65 ◦ green 232 ◦ blue 44

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

Shades of Lime Green #41E82C

Tints of Lime Green #41E82C

RGB

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

 GREEN value IS 232 (91.02% from 255) = 68.04%

 BLUE value IS 44 (17.58% from 255) = 12.9%

R = 19.06%
G = 68.04%
B = 12.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#41E82C (or 0x41E82C) is known color: Lime Green. HEX triplet: 41, E8 and 2C. RGB value is (65,232,44). Sum of RGB (Red+Green+Blue) = 65+232+44=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 232 (91.02% from 255 or 68.04% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 232 - color contains mainly: green. Hex color #41E82C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E82C is #BE17D3. Grayscale: #A1A1A1. Windows color (decimal): -12457940 or 2943041. OLE color: 2943041.

HSL color Cylindrical-coordinate representation of color #41E82C: hue angle of 113.3º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41E82C is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 65 232 44 -
CMYK 0.72 0 0.81 0.09
HSL 113.3º 0.8% 0.54% -
HSV(B) 113.3º 0.81% 0.91% -
XYZ 31.49 59.02 12.11 -
YUV 160.64 62.17 59.79 -
System Red Green Blue C M Y K H S L
Decimal 65 232 44 0.72 0 0.81 0.09 113.3 0.8 0.54
Hex 41 E8 2C 48 0 51 9 71 50 36
Octal 101 350 54 110 0 121 11 161 120 66
Binary 1000001 11101000 101100 1001000 0 1010001 1001 1110001 1010000 110110

Color Harmonies of #41E82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E82C

Black with #41E82C

Text Example


Text Example

White with #41E82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,232,44); }

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

background-color css

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

 a { background-color: rgb(65,232,44); }

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

border-color css

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

 span { border-color: rgb(65,232,44); }

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