Html Css Color HEX #49DC23 Lime Green

📋 copy color: '#49DC23'

red 73 ◦ green 220 ◦ blue 35

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

Shades of Lime Green #49DC23

Tints of Lime Green #49DC23

RGB

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

 GREEN value IS 220 (86.33% from 255) = 67.07%

 BLUE value IS 35 (14.06% from 255) = 10.67%

R = 22.26%
G = 67.07%
B = 10.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#49DC23 (or 0x49DC23) is known color: Lime Green. HEX triplet: 49, DC and 23. RGB value is (73,220,35). Sum of RGB (Red+Green+Blue) = 73+220+35=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 35 (14.06% from 255 or 10.67% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC23 is #B623DC. Grayscale: #9B9B9B. Windows color (decimal): -11936733 or 2350153. OLE color: 2350153.

HSL color Cylindrical-coordinate representation of color #49DC23: hue angle of 107.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49DC23 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 35 -
CMYK 0.67 0 0.84 0.14
HSL 107.68º 0.73% 0.5% -
HSV(B) 107.68º 0.84% 0.86% -
XYZ 28.64 52.72 10.26 -
YUV 154.96 60.3 69.54 -
System Red Green Blue C M Y K H S L
Decimal 73 220 35 0.67 0 0.84 0.14 107.68 0.73 0.5
Hex 49 DC 23 43 0 54 E 6C 49 32
Octal 111 334 43 103 0 124 16 154 111 62
Binary 1001001 11011100 100011 1000011 0 1010100 1110 1101100 1001001 110010

Color Harmonies of #49DC23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC23

Black with #49DC23

Text Example


Text Example

White with #49DC23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,35); }

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

background-color css

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

 a { background-color: rgb(73,220,35); }

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

border-color css

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

 span { border-color: rgb(73,220,35); }

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