Html Css Color HEX #49EC2D Lime Green

📋 copy color: '#49EC2D'

red 73 ◦ green 236 ◦ blue 45

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

Shades of Lime Green #49EC2D

Tints of Lime Green #49EC2D

RGB

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

 GREEN value IS 236 (92.58% from 255) = 66.67%

 BLUE value IS 45 (17.97% from 255) = 12.71%

R = 20.62%
G = 66.67%
B = 12.71%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#49EC2D (or 0x49EC2D) is known color: Lime Green. HEX triplet: 49, EC and 2D. RGB value is (73,236,45). Sum of RGB (Red+Green+Blue) = 73+236+45=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 236 (92.58% from 255 or 66.67% from 354); Blue value is 45 (17.97% from 255 or 12.71% from 354); Max value from RGB is 236 - color contains mainly: green. Hex color #49EC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EC2D is #B613D2. Grayscale: #A6A6A6. Windows color (decimal): -11932627 or 3009609. OLE color: 3009609.

HSL color Cylindrical-coordinate representation of color #49EC2D: hue angle of 111.2º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49EC2D is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 236 45 -
CMYK 0.69 0 0.81 0.07
HSL 111.2º 0.83% 0.55% -
HSV(B) 111.2º 0.81% 0.93% -
XYZ 33.22 61.6 12.62 -
YUV 165.49 60 62.03 -
System Red Green Blue C M Y K H S L
Decimal 73 236 45 0.69 0 0.81 0.07 111.2 0.83 0.55
Hex 49 EC 2D 45 0 51 7 6F 53 37
Octal 111 354 55 105 0 121 7 157 123 67
Binary 1001001 11101100 101101 1000101 0 1010001 111 1101111 1010011 110111

Color Harmonies of #49EC2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EC2D

Black with #49EC2D

Text Example


Text Example

White with #49EC2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,236,45); }

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

background-color css

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

 a { background-color: rgb(73,236,45); }

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

border-color css

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

 span { border-color: rgb(73,236,45); }

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