Html Css Color HEX #49C03C Lime Green

📋 copy color: '#49C03C'

red 73 ◦ green 192 ◦ blue 60

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

Shades of Lime Green #49C03C

Tints of Lime Green #49C03C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.08%

 BLUE value IS 60 (23.83% from 255) = 18.46%

R = 22.46%
G = 59.08%
B = 18.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#49C03C (or 0x49C03C) is known color: Lime Green. HEX triplet: 49, C0 and 3C. RGB value is (73,192,60). Sum of RGB (Red+Green+Blue) = 73+192+60=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 60 (23.83% from 255 or 18.46% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #49C03C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C03C is #B63FC3. Grayscale: #8D8D8D. Windows color (decimal): -11943876 or 3981385. OLE color: 3981385.

HSL color Cylindrical-coordinate representation of color #49C03C: hue angle of 114.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49C03C is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 60 -
CMYK 0.62 0 0.69 0.25
HSL 114.09º 0.52% 0.49% -
HSV(B) 114.09º 0.69% 0.75% -
XYZ 22.41 39.44 10.71 -
YUV 141.37 82.08 79.23 -
System Red Green Blue C M Y K H S L
Decimal 73 192 60 0.62 0 0.69 0.25 114.09 0.52 0.49
Hex 49 C0 3C 3E 0 45 19 72 34 31
Octal 111 300 74 76 0 105 31 162 64 61
Binary 1001001 11000000 111100 111110 0 1000101 11001 1110010 110100 110001

Color Harmonies of #49C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C03C

Black with #49C03C

Text Example


Text Example

White with #49C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,192,60); }

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

background-color css

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

 a { background-color: rgb(73,192,60); }

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

border-color css

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

 span { border-color: rgb(73,192,60); }

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