Html Css Color HEX #41E048 Lime Green

📋 copy color: '#41E048'

red 65 ◦ green 224 ◦ blue 72

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

Shades of Lime Green #41E048

Tints of Lime Green #41E048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.94%

R = 18.01%
G = 62.05%
B = 19.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#41E048 (or 0x41E048) is known color: Lime Green. HEX triplet: 41, E0 and 48. RGB value is (65,224,72). Sum of RGB (Red+Green+Blue) = 65+224+72=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 224 (87.89% from 255 or 62.05% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 224 - color contains mainly: green. Hex color #41E048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41E048 is #BE1FB7. Grayscale: #9F9F9F. Windows color (decimal): -12459960 or 4776001. OLE color: 4776001.

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

Color convert

RGB 65 224 72 -
CMYK 0.71 0 0.68 0.12
HSL 122.64º 0.72% 0.57% -
HSV(B) 122.64º 0.71% 0.88% -
XYZ 30.01 54.9 15.15 -
YUV 159.13 78.82 60.86 -
System Red Green Blue C M Y K H S L
Decimal 65 224 72 0.71 0 0.68 0.12 122.64 0.72 0.57
Hex 41 E0 48 47 0 44 C 7B 48 39
Octal 101 340 110 107 0 104 14 173 110 71
Binary 1000001 11100000 1001000 1000111 0 1000100 1100 1111011 1001000 111001

Color Harmonies of #41E048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E048

Black with #41E048

Text Example


Text Example

White with #41E048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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