Html Css Color HEX #49CD34 Lime Green

📋 copy color: '#49CD34'

red 73 ◦ green 205 ◦ blue 52

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

Shades of Lime Green #49CD34

Tints of Lime Green #49CD34

RGB

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

 GREEN value IS 205 (80.47% from 255) = 62.12%

 BLUE value IS 52 (20.7% from 255) = 15.76%

R = 22.12%
G = 62.12%
B = 15.76%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#49CD34 (or 0x49CD34) is known color: Lime Green. HEX triplet: 49, CD and 34. RGB value is (73,205,52). Sum of RGB (Red+Green+Blue) = 73+205+52=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CD34 is #B632CB. Grayscale: #949494. Windows color (decimal): -11940556 or 3460425. OLE color: 3460425.

HSL color Cylindrical-coordinate representation of color #49CD34: hue angle of 111.76º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49CD34 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 205 52 -
CMYK 0.64 0 0.75 0.20
HSL 111.76º 0.6% 0.5% -
HSV(B) 111.76º 0.75% 0.8% -
XYZ 25.2 45.33 10.67 -
YUV 148.09 73.77 74.44 -
System Red Green Blue C M Y K H S L
Decimal 73 205 52 0.64 0 0.75 0.20 111.76 0.6 0.5
Hex 49 CD 34 40 0 4B 14 70 3C 32
Octal 111 315 64 100 0 113 24 160 74 62
Binary 1001001 11001101 110100 1000000 0 1001011 10100 1110000 111100 110010

Color Harmonies of #49CD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CD34

Black with #49CD34

Text Example


Text Example

White with #49CD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,205,52); }

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

background-color css

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

 a { background-color: rgb(73,205,52); }

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

border-color css

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

 span { border-color: rgb(73,205,52); }

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