Html Css Color HEX #49CB38 Lime Green

📋 copy color: '#49CB38'

red 73 ◦ green 203 ◦ blue 56

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

Shades of Lime Green #49CB38

Tints of Lime Green #49CB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.87%

R = 21.99%
G = 61.14%
B = 16.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#49CB38 (or 0x49CB38) is known color: Lime Green. HEX triplet: 49, CB and 38. RGB value is (73,203,56). Sum of RGB (Red+Green+Blue) = 73+203+56=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 203 (79.69% from 255 or 61.14% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB38 is #B634C7. Grayscale: #939393. Windows color (decimal): -11941064 or 3722057. OLE color: 3722057.

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

Color convert

RGB 73 203 56 -
CMYK 0.64 0 0.72 0.20
HSL 113.06º 0.59% 0.51% -
HSV(B) 113.06º 0.72% 0.8% -
XYZ 24.82 44.41 11.01 -
YUV 147.37 76.43 74.95 -
System Red Green Blue C M Y K H S L
Decimal 73 203 56 0.64 0 0.72 0.20 113.06 0.59 0.51
Hex 49 CB 38 40 0 48 14 71 3B 33
Octal 111 313 70 100 0 110 24 161 73 63
Binary 1001001 11001011 111000 1000000 0 1001000 10100 1110001 111011 110011

Color Harmonies of #49CB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CB38

Black with #49CB38

Text Example


Text Example

White with #49CB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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