Html Css Color HEX #41F349 Lime Green

📋 copy color: '#41F349'

red 65 ◦ green 243 ◦ blue 73

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

Shades of Lime Green #41F349

Tints of Lime Green #41F349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 63.78%

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

R = 17.06%
G = 63.78%
B = 19.16%

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

#41F349 (or 0x41F349) is known color: Lime Green. HEX triplet: 41, F3 and 49. RGB value is (65,243,73). Sum of RGB (Red+Green+Blue) = 65+243+73=381 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.06% from 381); Green value is 243 (95.31% from 255 or 63.78% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 243 - color contains mainly: green. Hex color #41F349 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F349 is #BE0CB6. Grayscale: #AAAAAA. Windows color (decimal): -12455095 or 4846401. OLE color: 4846401.

HSL color Cylindrical-coordinate representation of color #41F349: hue angle of 122.7º degrees, saturation: 0.88, 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 #41F349 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 243 73 -
CMYK 0.73 0 0.70 0.05
HSL 122.7º 0.88% 0.6% -
HSV(B) 122.7º 0.73% 0.95% -
XYZ 35.43 65.71 17.12 -
YUV 170.4 73.03 52.82 -
System Red Green Blue C M Y K H S L
Decimal 65 243 73 0.73 0 0.70 0.05 122.7 0.88 0.6
Hex 41 F3 49 49 0 46 5 7B 58 3C
Octal 101 363 111 111 0 106 5 173 130 74
Binary 1000001 11110011 1001001 1001001 0 1000110 101 1111011 1011000 111100

Color Harmonies of #41F349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F349

Black with #41F349

Text Example


Text Example

White with #41F349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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