Html Css Color HEX #41E821 Lime Green

📋 copy color: '#41E821'

red 65 ◦ green 232 ◦ blue 33

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

Shades of Lime Green #41E821

Tints of Lime Green #41E821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10%

R = 19.7%
G = 70.3%
B = 10%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#41E821 (or 0x41E821) is known color: Lime Green. HEX triplet: 41, E8 and 21. RGB value is (65,232,33). Sum of RGB (Red+Green+Blue) = 65+232+33=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 232 (91.02% from 255 or 70.30% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 232 - color contains mainly: green. Hex color #41E821 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41E821 is #BE17DE. Grayscale: #A0A0A0. Windows color (decimal): -12457951 or 2222145. OLE color: 2222145.

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

Color convert

RGB 65 232 33 -
CMYK 0.72 0 0.86 0.09
HSL 110.35º 0.81% 0.52% -
HSV(B) 110.35º 0.86% 0.91% -
XYZ 31.31 58.95 11.17 -
YUV 159.38 56.67 60.68 -
System Red Green Blue C M Y K H S L
Decimal 65 232 33 0.72 0 0.86 0.09 110.35 0.81 0.52
Hex 41 E8 21 48 0 56 9 6E 51 34
Octal 101 350 41 110 0 126 11 156 121 64
Binary 1000001 11101000 100001 1001000 0 1010110 1001 1101110 1010001 110100

Color Harmonies of #41E821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E821

Black with #41E821

Text Example


Text Example

White with #41E821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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