Html Css Color HEX #49C741 Lime Green

📋 copy color: '#49C741'

red 73 ◦ green 199 ◦ blue 65

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

Shades of Lime Green #49C741

Tints of Lime Green #49C741

RGB

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

 GREEN value IS 199 (78.13% from 255) = 59.05%

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

R = 21.66%
G = 59.05%
B = 19.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#49C741 (or 0x49C741) is known color: Lime Green. HEX triplet: 49, C7 and 41. RGB value is (73,199,65). Sum of RGB (Red+Green+Blue) = 73+199+65=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 199 (78.12% from 255 or 59.05% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 199 - color contains mainly: green. Hex color #49C741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C741 is #B638BE. Grayscale: #929292. Windows color (decimal): -11942079 or 4310857. OLE color: 4310857.

HSL color Cylindrical-coordinate representation of color #49C741: hue angle of 116.42º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C741 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 199 65 -
CMYK 0.63 0 0.67 0.22
HSL 116.42º 0.54% 0.52% -
HSV(B) 116.42º 0.67% 0.78% -
XYZ 24.13 42.64 11.96 -
YUV 146.05 82.26 75.9 -
System Red Green Blue C M Y K H S L
Decimal 73 199 65 0.63 0 0.67 0.22 116.42 0.54 0.52
Hex 49 C7 41 3F 0 43 16 74 36 34
Octal 111 307 101 77 0 103 26 164 66 64
Binary 1001001 11000111 1000001 111111 0 1000011 10110 1110100 110110 110100

Color Harmonies of #49C741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C741

Black with #49C741

Text Example


Text Example

White with #49C741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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