Html Css Color HEX #49D23D Lime Green

📋 copy color: '#49D23D'

red 73 ◦ green 210 ◦ blue 61

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

Shades of Lime Green #49D23D

Tints of Lime Green #49D23D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 61.05%

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 21.22%
G = 61.05%
B = 17.73%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#49D23D (or 0x49D23D) is known color: Lime Green. HEX triplet: 49, D2 and 3D. RGB value is (73,210,61). Sum of RGB (Red+Green+Blue) = 73+210+61=344 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.22% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #49D23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D23D is #B62DC2. Grayscale: #989898. Windows color (decimal): -11939267 or 4051529. OLE color: 4051529.

HSL color Cylindrical-coordinate representation of color #49D23D: hue angle of 115.17º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49D23D is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 210 61 -
CMYK 0.65 0 0.71 0.18
HSL 115.17º 0.62% 0.53% -
HSV(B) 115.17º 0.71% 0.82% -
XYZ 26.64 47.85 12.25 -
YUV 152.05 76.61 71.62 -
System Red Green Blue C M Y K H S L
Decimal 73 210 61 0.65 0 0.71 0.18 115.17 0.62 0.53
Hex 49 D2 3D 41 0 47 12 73 3E 35
Octal 111 322 75 101 0 107 22 163 76 65
Binary 1001001 11010010 111101 1000001 0 1000111 10010 1110011 111110 110101

Color Harmonies of #49D23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D23D

Black with #49D23D

Text Example


Text Example

White with #49D23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,210,61); }

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

background-color css

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

 a { background-color: rgb(73,210,61); }

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

border-color css

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

 span { border-color: rgb(73,210,61); }

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