Html Css Color HEX #41D549 Lime Green

📋 copy color: '#41D549'

red 65 ◦ green 213 ◦ blue 73

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

Shades of Lime Green #41D549

Tints of Lime Green #41D549

RGB

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

 GREEN value IS 213 (83.59% from 255) = 60.68%

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

R = 18.52%
G = 60.68%
B = 20.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#41D549 (or 0x41D549) is known color: Lime Green. HEX triplet: 41, D5 and 49. RGB value is (65,213,73). Sum of RGB (Red+Green+Blue) = 65+213+73=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #41D549 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D549 is #BE2AB6. Grayscale: #999999. Windows color (decimal): -12462775 or 4838721. OLE color: 4838721.

HSL color Cylindrical-coordinate representation of color #41D549: hue angle of 123.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D549 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 65 213 73 -
CMYK 0.69 0 0.66 0.16
HSL 123.24º 0.64% 0.55% -
HSV(B) 123.24º 0.69% 0.84% -
XYZ 27.18 49.19 14.37 -
YUV 152.79 82.97 65.38 -
System Red Green Blue C M Y K H S L
Decimal 65 213 73 0.69 0 0.66 0.16 123.24 0.64 0.55
Hex 41 D5 49 45 0 42 10 7B 40 37
Octal 101 325 111 105 0 102 20 173 100 67
Binary 1000001 11010101 1001001 1000101 0 1000010 10000 1111011 1000000 110111

Color Harmonies of #41D549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D549

Black with #41D549

Text Example


Text Example

White with #41D549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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