Html Css Color HEX #41E152 Lime Green

📋 copy color: '#41E152'

red 65 ◦ green 225 ◦ blue 82

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

Shades of Lime Green #41E152

Tints of Lime Green #41E152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60.48%

 BLUE value IS 82 (32.42% from 255) = 22.04%

R = 17.47%
G = 60.48%
B = 22.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#41E152 (or 0x41E152) is known color: Lime Green. HEX triplet: 41, E1 and 52. RGB value is (65,225,82). Sum of RGB (Red+Green+Blue) = 65+225+82=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 225 (88.28% from 255 or 60.48% from 372); Blue value is 82 (32.42% from 255 or 22.04% from 372); Max value from RGB is 225 - color contains mainly: green. Hex color #41E152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41E152 is #BE1EAD. Grayscale: #A1A1A1. Windows color (decimal): -12459694 or 5431617. OLE color: 5431617.

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

Color convert

RGB 65 225 82 -
CMYK 0.71 0 0.64 0.12
HSL 126.38º 0.73% 0.57% -
HSV(B) 126.38º 0.71% 0.88% -
XYZ 30.63 55.58 17.1 -
YUV 160.86 83.49 59.63 -
System Red Green Blue C M Y K H S L
Decimal 65 225 82 0.71 0 0.64 0.12 126.38 0.73 0.57
Hex 41 E1 52 47 0 40 C 7E 49 39
Octal 101 341 122 107 0 100 14 176 111 71
Binary 1000001 11100001 1010010 1000111 0 1000000 1100 1111110 1001001 111001

Color Harmonies of #41E152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E152

Black with #41E152

Text Example


Text Example

White with #41E152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,225,82); }

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

background-color css

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

 a { background-color: rgb(65,225,82); }

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

border-color css

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

 span { border-color: rgb(65,225,82); }

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