Html Css Color HEX #49C330 Lime Green

📋 copy color: '#49C330'

red 73 ◦ green 195 ◦ blue 48

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

Shades of Lime Green #49C330

Tints of Lime Green #49C330

RGB

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

 GREEN value IS 195 (76.56% from 255) = 61.71%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 23.1%
G = 61.71%
B = 15.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#49C330 (or 0x49C330) is known color: Lime Green. HEX triplet: 49, C3 and 30. RGB value is (73,195,48). Sum of RGB (Red+Green+Blue) = 73+195+48=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 195 (76.56% from 255 or 61.71% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 195 - color contains mainly: green. Hex color #49C330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C330 is #B63CCF. Grayscale: #8E8E8E. Windows color (decimal): -11943120 or 3195721. OLE color: 3195721.

HSL color Cylindrical-coordinate representation of color #49C330: hue angle of 109.8º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49C330 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 48 -
CMYK 0.63 0 0.75 0.24
HSL 109.8º 0.6% 0.48% -
HSV(B) 109.8º 0.75% 0.76% -
XYZ 22.8 40.66 9.44 -
YUV 141.76 75.08 78.95 -
System Red Green Blue C M Y K H S L
Decimal 73 195 48 0.63 0 0.75 0.24 109.8 0.6 0.48
Hex 49 C3 30 3F 0 4B 18 6E 3C 30
Octal 111 303 60 77 0 113 30 156 74 60
Binary 1001001 11000011 110000 111111 0 1001011 11000 1101110 111100 110000

Color Harmonies of #49C330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C330

Black with #49C330

Text Example


Text Example

White with #49C330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,48); }

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

background-color css

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

 a { background-color: rgb(73,195,48); }

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

border-color css

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

 span { border-color: rgb(73,195,48); }

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