Html Css Color HEX #41C849 Lime Green

📋 copy color: '#41C849'

red 65 ◦ green 200 ◦ blue 73

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

Shades of Lime Green #41C849

Tints of Lime Green #41C849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 59.17%

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

R = 19.23%
G = 59.17%
B = 21.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#41C849 (or 0x41C849) is known color: Lime Green. HEX triplet: 41, C8 and 49. RGB value is (65,200,73). Sum of RGB (Red+Green+Blue) = 65+200+73=338 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.23% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #41C849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C849 is #BE37B6. Grayscale: #919191. Windows color (decimal): -12466103 or 4835393. OLE color: 4835393.

HSL color Cylindrical-coordinate representation of color #41C849: hue angle of 123.56º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C849 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 65 200 73 -
CMYK 0.68 0 0.64 0.22
HSL 123.56º 0.55% 0.52% -
HSV(B) 123.56º 0.68% 0.78% -
XYZ 24.04 42.91 13.32 -
YUV 145.16 87.27 70.83 -
System Red Green Blue C M Y K H S L
Decimal 65 200 73 0.68 0 0.64 0.22 123.56 0.55 0.52
Hex 41 C8 49 44 0 40 16 7C 37 34
Octal 101 310 111 104 0 100 26 174 67 64
Binary 1000001 11001000 1001001 1000100 0 1000000 10110 1111100 110111 110100

Color Harmonies of #41C849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C849

Black with #41C849

Text Example


Text Example

White with #41C849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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