Html Css Color HEX #41F149 Lime Green

📋 copy color: '#41F149'

red 65 ◦ green 241 ◦ blue 73

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

Shades of Lime Green #41F149

Tints of Lime Green #41F149

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.59%

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 17.15%
G = 63.59%
B = 19.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#41F149 (or 0x41F149) is known color: Lime Green. HEX triplet: 41, F1 and 49. RGB value is (65,241,73). Sum of RGB (Red+Green+Blue) = 65+241+73=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #41F149 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F149 is #BE0EB6. Grayscale: #A9A9A9. Windows color (decimal): -12455607 or 4845889. OLE color: 4845889.

HSL color Cylindrical-coordinate representation of color #41F149: hue angle of 122.73º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F149 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 241 73 -
CMYK 0.73 0 0.70 0.05
HSL 122.73º 0.86% 0.6% -
HSV(B) 122.73º 0.73% 0.95% -
XYZ 34.84 64.52 16.92 -
YUV 169.22 73.69 53.66 -
System Red Green Blue C M Y K H S L
Decimal 65 241 73 0.73 0 0.70 0.05 122.73 0.86 0.6
Hex 41 F1 49 49 0 46 5 7B 56 3C
Octal 101 361 111 111 0 106 5 173 126 74
Binary 1000001 11110001 1001001 1001001 0 1000110 101 1111011 1010110 111100

Color Harmonies of #41F149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F149

Black with #41F149

Text Example


Text Example

White with #41F149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,241,73); }

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

background-color css

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

 a { background-color: rgb(65,241,73); }

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

border-color css

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

 span { border-color: rgb(65,241,73); }

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