Html Css Color HEX #41D049 Lime Green

📋 copy color: '#41D049'

red 65 ◦ green 208 ◦ blue 73

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

Shades of Lime Green #41D049

Tints of Lime Green #41D049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.12%

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

R = 18.79%
G = 60.12%
B = 21.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#41D049 (or 0x41D049) is known color: Lime Green. HEX triplet: 41, D0 and 49. RGB value is (65,208,73). Sum of RGB (Red+Green+Blue) = 65+208+73=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #41D049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41D049 is #BE2FB6. Grayscale: #969696. Windows color (decimal): -12464055 or 4837441. OLE color: 4837441.

HSL color Cylindrical-coordinate representation of color #41D049: hue angle of 123.36º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D049 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 65 208 73 -
CMYK 0.69 0 0.65 0.18
HSL 123.36º 0.6% 0.54% -
HSV(B) 123.36º 0.69% 0.82% -
XYZ 25.94 46.72 13.95 -
YUV 149.85 84.62 67.48 -
System Red Green Blue C M Y K H S L
Decimal 65 208 73 0.69 0 0.65 0.18 123.36 0.6 0.54
Hex 41 D0 49 45 0 41 12 7B 3C 36
Octal 101 320 111 105 0 101 22 173 74 66
Binary 1000001 11010000 1001001 1000101 0 1000001 10010 1111011 111100 110110

Color Harmonies of #41D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41D049

Black with #41D049

Text Example


Text Example

White with #41D049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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