Html Css Color HEX #41E151 Lime Green

📋 copy color: '#41E151'

red 65 ◦ green 225 ◦ blue 81

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

Shades of Lime Green #41E151

Tints of Lime Green #41E151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.83%

R = 17.52%
G = 60.65%
B = 21.83%

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

#41E151 (or 0x41E151) is known color: Lime Green. HEX triplet: 41, E1 and 51. RGB value is (65,225,81). Sum of RGB (Red+Green+Blue) = 65+225+81=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 81 (32.03% from 255 or 21.83% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #41E151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41E151 is #BE1EAE. Grayscale: #A1A1A1. Windows color (decimal): -12459695 or 5366081. OLE color: 5366081.

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

Color convert

RGB 65 225 81 -
CMYK 0.71 0 0.64 0.12
HSL 126º 0.73% 0.57% -
HSV(B) 126º 0.71% 0.88% -
XYZ 30.59 55.57 16.9 -
YUV 160.74 82.99 59.71 -
System Red Green Blue C M Y K H S L
Decimal 65 225 81 0.71 0 0.64 0.12 126 0.73 0.57
Hex 41 E1 51 47 0 40 C 7E 49 39
Octal 101 341 121 107 0 100 14 176 111 71
Binary 1000001 11100001 1010001 1000111 0 1000000 1100 1111110 1001001 111001

Color Harmonies of #41E151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41E151

Black with #41E151

Text Example


Text Example

White with #41E151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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