Html Css Color HEX #49C241 Lime Green

📋 copy color: '#49C241'

red 73 ◦ green 194 ◦ blue 65

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

Shades of Lime Green #49C241

Tints of Lime Green #49C241

RGB

 RED value IS 73 (28.91% from 255) = 21.99%

 GREEN value IS 194 (76.17% from 255) = 58.43%

 BLUE value IS 65 (25.78% from 255) = 19.58%

R = 21.99%
G = 58.43%
B = 19.58%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#49C241 (or 0x49C241) is known color: Lime Green. HEX triplet: 49, C2 and 41. RGB value is (73,194,65). Sum of RGB (Red+Green+Blue) = 73+194+65=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #49C241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C241 is #B63DBE. Grayscale: #8F8F8F. Windows color (decimal): -11943359 or 4309577. OLE color: 4309577.

HSL color Cylindrical-coordinate representation of color #49C241: hue angle of 116.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49C241 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 65 -
CMYK 0.62 0 0.66 0.24
HSL 116.28º 0.51% 0.51% -
HSV(B) 116.28º 0.66% 0.76% -
XYZ 22.99 40.38 11.58 -
YUV 143.12 83.91 77.99 -
System Red Green Blue C M Y K H S L
Decimal 73 194 65 0.62 0 0.66 0.24 116.28 0.51 0.51
Hex 49 C2 41 3E 0 42 18 74 33 33
Octal 111 302 101 76 0 102 30 164 63 63
Binary 1001001 11000010 1000001 111110 0 1000010 11000 1110100 110011 110011

Color Harmonies of #49C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C241

Black with #49C241

Text Example


Text Example

White with #49C241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49C241; }

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

 H1.HeaderClassName
 {
   color: #49C241;
 }
 .AnyTagClassName
 {
   color: #49C241;
 }
</style>

background-color css

<style>
 a { background-color: #49C241; }

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

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

border-color css

<style>
 span { border-color: #49C241; }

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

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