Html Css Color HEX #41C449 Lime Green

📋 copy color: '#41C449'

red 65 ◦ green 196 ◦ blue 73

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

Shades of Lime Green #41C449

Tints of Lime Green #41C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.68%

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

R = 19.46%
G = 58.68%
B = 21.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#41C449 (or 0x41C449) is known color: Lime Green. HEX triplet: 41, C4 and 49. RGB value is (65,196,73). Sum of RGB (Red+Green+Blue) = 65+196+73=334 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.46% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #41C449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41C449 is #BE3BB6. Grayscale: #8F8F8F. Windows color (decimal): -12467127 or 4834369. OLE color: 4834369.

HSL color Cylindrical-coordinate representation of color #41C449: hue angle of 123.66º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C449 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 65 196 73 -
CMYK 0.67 0 0.63 0.23
HSL 123.66º 0.53% 0.51% -
HSV(B) 123.66º 0.67% 0.77% -
XYZ 23.12 41.08 13.01 -
YUV 142.81 88.6 72.5 -
System Red Green Blue C M Y K H S L
Decimal 65 196 73 0.67 0 0.63 0.23 123.66 0.53 0.51
Hex 41 C4 49 43 0 3F 17 7C 35 33
Octal 101 304 111 103 0 77 27 174 65 63
Binary 1000001 11000100 1001001 1000011 0 111111 10111 1111100 110101 110011

Color Harmonies of #41C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41C449

Black with #41C449

Text Example


Text Example

White with #41C449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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