Html Css Color HEX #49C237 Lime Green

📋 copy color: '#49C237'

red 73 ◦ green 194 ◦ blue 55

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

Shades of Lime Green #49C237

Tints of Lime Green #49C237

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.25%

 BLUE value IS 55 (21.88% from 255) = 17.08%

R = 22.67%
G = 60.25%
B = 17.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#49C237 (or 0x49C237) is known color: Lime Green. HEX triplet: 49, C2 and 37. RGB value is (73,194,55). Sum of RGB (Red+Green+Blue) = 73+194+55=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 55 (21.88% from 255 or 17.08% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #49C237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C237 is #B63DC8. Grayscale: #8E8E8E. Windows color (decimal): -11943369 or 3654217. OLE color: 3654217.

HSL color Cylindrical-coordinate representation of color #49C237: hue angle of 112.23º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49C237 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 55 -
CMYK 0.62 0 0.72 0.24
HSL 112.23º 0.56% 0.49% -
HSV(B) 112.23º 0.72% 0.76% -
XYZ 22.73 40.28 10.19 -
YUV 141.98 78.91 78.8 -
System Red Green Blue C M Y K H S L
Decimal 73 194 55 0.62 0 0.72 0.24 112.23 0.56 0.49
Hex 49 C2 37 3E 0 48 18 70 38 31
Octal 111 302 67 76 0 110 30 160 70 61
Binary 1001001 11000010 110111 111110 0 1001000 11000 1110000 111000 110001

Color Harmonies of #49C237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C237

Black with #49C237

Text Example


Text Example

White with #49C237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,194,55); }

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

background-color css

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

 a { background-color: rgb(73,194,55); }

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

border-color css

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

 span { border-color: rgb(73,194,55); }

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