Html Css Color HEX #41EC25 Lime Green

📋 copy color: '#41EC25'

red 65 ◦ green 236 ◦ blue 37

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

Shades of Lime Green #41EC25

Tints of Lime Green #41EC25

RGB

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

 GREEN value IS 236 (92.58% from 255) = 69.82%

 BLUE value IS 37 (14.84% from 255) = 10.95%

R = 19.23%
G = 69.82%
B = 10.95%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#41EC25 (or 0x41EC25) is known color: Lime Green. HEX triplet: 41, EC and 25. RGB value is (65,236,37). Sum of RGB (Red+Green+Blue) = 65+236+37=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 236 (92.58% from 255 or 69.82% from 338); Blue value is 37 (14.84% from 255 or 10.95% from 338); Max value from RGB is 236 - color contains mainly: green. Hex color #41EC25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41EC25 is #BE13DA. Grayscale: #A2A2A2. Windows color (decimal): -12456923 or 2485313. OLE color: 2485313.

HSL color Cylindrical-coordinate representation of color #41EC25: hue angle of 111.56º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41EC25 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 236 37 -
CMYK 0.72 0 0.84 0.07
HSL 111.56º 0.84% 0.54% -
HSV(B) 111.56º 0.84% 0.93% -
XYZ 32.51 61.25 11.86 -
YUV 162.19 57.35 58.68 -
System Red Green Blue C M Y K H S L
Decimal 65 236 37 0.72 0 0.84 0.07 111.56 0.84 0.54
Hex 41 EC 25 48 0 54 7 70 54 36
Octal 101 354 45 110 0 124 7 160 124 66
Binary 1000001 11101100 100101 1001000 0 1010100 111 1110000 1010100 110110

Color Harmonies of #41EC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EC25

Black with #41EC25

Text Example


Text Example

White with #41EC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,236,37); }

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

background-color css

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

 a { background-color: rgb(65,236,37); }

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

border-color css

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

 span { border-color: rgb(65,236,37); }

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