Html Css Color HEX #49CC37 Lime Green

📋 copy color: '#49CC37'

red 73 ◦ green 204 ◦ blue 55

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

Shades of Lime Green #49CC37

Tints of Lime Green #49CC37

RGB

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

 GREEN value IS 204 (80.08% from 255) = 61.45%

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

R = 21.99%
G = 61.45%
B = 16.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#49CC37 (or 0x49CC37) is known color: Lime Green. HEX triplet: 49, CC and 37. RGB value is (73,204,55). Sum of RGB (Red+Green+Blue) = 73+204+55=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CC37 is #B633C8. Grayscale: #949494. Windows color (decimal): -11940809 or 3656777. OLE color: 3656777.

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

Color convert

RGB 73 204 55 -
CMYK 0.64 0 0.73 0.2
HSL 112.75º 0.59% 0.51% -
HSV(B) 112.75º 0.73% 0.8% -
XYZ 25.03 44.88 10.96 -
YUV 147.85 75.6 74.62 -
System Red Green Blue C M Y K H S L
Decimal 73 204 55 0.64 0 0.73 0.2 112.75 0.59 0.51
Hex 49 CC 37 40 0 49 14 71 3B 33
Octal 111 314 67 100 0 111 24 161 73 63
Binary 1001001 11001100 110111 1000000 0 1001001 10100 1110001 111011 110011

Color Harmonies of #49CC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CC37

Black with #49CC37

Text Example


Text Example

White with #49CC37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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