Html Css Color HEX #41F548 Lime Green

📋 copy color: '#41F548'

red 65 ◦ green 245 ◦ blue 72

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

Shades of Lime Green #41F548

Tints of Lime Green #41F548

RGB

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

 GREEN value IS 245 (96.09% from 255) = 64.14%

 BLUE value IS 72 (28.52% from 255) = 18.85%

R = 17.02%
G = 64.14%
B = 18.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#41F548 (or 0x41F548) is known color: Lime Green. HEX triplet: 41, F5 and 48. RGB value is (65,245,72). Sum of RGB (Red+Green+Blue) = 65+245+72=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 245 (96.09% from 255 or 64.14% from 382); Blue value is 72 (28.52% from 255 or 18.85% from 382); Max value from RGB is 245 - color contains mainly: green. Hex color #41F548 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #41F548 is #BE0AB7. Grayscale: #ABABAB. Windows color (decimal): -12454584 or 4781377. OLE color: 4781377.

HSL color Cylindrical-coordinate representation of color #41F548: hue angle of 122.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F548 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 65 245 72 -
CMYK 0.73 0 0.71 0.04
HSL 122.33º 0.9% 0.61% -
HSV(B) 122.33º 0.73% 0.96% -
XYZ 36 66.9 17.15 -
YUV 171.46 71.87 52.07 -
System Red Green Blue C M Y K H S L
Decimal 65 245 72 0.73 0 0.71 0.04 122.33 0.9 0.61
Hex 41 F5 48 49 0 47 4 7A 5A 3D
Octal 101 365 110 111 0 107 4 172 132 75
Binary 1000001 11110101 1001000 1001001 0 1000111 100 1111010 1011010 111101

Color Harmonies of #41F548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41F548

Black with #41F548

Text Example


Text Example

White with #41F548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,245,72); }

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

background-color css

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

 a { background-color: rgb(65,245,72); }

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

border-color css

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

 span { border-color: rgb(65,245,72); }

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