Html Css Color HEX #49CB34 Lime Green

📋 copy color: '#49CB34'

red 73 ◦ green 203 ◦ blue 52

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

Shades of Lime Green #49CB34

Tints of Lime Green #49CB34

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.89%

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

R = 22.26%
G = 61.89%
B = 15.85%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.20

RGB Variations

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

Color information

#49CB34 (or 0x49CB34) is known color: Lime Green. HEX triplet: 49, CB and 34. RGB value is (73,203,52). Sum of RGB (Red+Green+Blue) = 73+203+52=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 203 (79.69% from 255 or 61.89% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB34 is #B634CB. Grayscale: #939393. Windows color (decimal): -11941068 or 3459913. OLE color: 3459913.

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

Color convert

RGB 73 203 52 -
CMYK 0.64 0 0.74 0.20
HSL 111.66º 0.59% 0.5% -
HSV(B) 111.66º 0.74% 0.8% -
XYZ 24.72 44.38 10.51 -
YUV 146.92 74.43 75.28 -
System Red Green Blue C M Y K H S L
Decimal 73 203 52 0.64 0 0.74 0.20 111.66 0.59 0.5
Hex 49 CB 34 40 0 4A 14 70 3B 32
Octal 111 313 64 100 0 112 24 160 73 62
Binary 1001001 11001011 110100 1000000 0 1001010 10100 1110000 111011 110010

Color Harmonies of #49CB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CB34

Black with #49CB34

Text Example


Text Example

White with #49CB34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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