Html Css Color HEX #49C430 Lime Green

📋 copy color: '#49C430'

red 73 ◦ green 196 ◦ blue 48

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

Shades of Lime Green #49C430

Tints of Lime Green #49C430

RGB

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

 GREEN value IS 196 (76.95% from 255) = 61.83%

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

R = 23.03%
G = 61.83%
B = 15.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#49C430 (or 0x49C430) is known color: Lime Green. HEX triplet: 49, C4 and 30. RGB value is (73,196,48). Sum of RGB (Red+Green+Blue) = 73+196+48=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #49C430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C430 is #B63BCF. Grayscale: #8E8E8E. Windows color (decimal): -11942864 or 3195977. OLE color: 3195977.

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

Color convert

RGB 73 196 48 -
CMYK 0.63 0 0.76 0.23
HSL 109.86º 0.61% 0.48% -
HSV(B) 109.86º 0.76% 0.77% -
XYZ 23.02 41.11 9.52 -
YUV 142.35 74.75 78.53 -
System Red Green Blue C M Y K H S L
Decimal 73 196 48 0.63 0 0.76 0.23 109.86 0.61 0.48
Hex 49 C4 30 3F 0 4C 17 6E 3D 30
Octal 111 304 60 77 0 114 27 156 75 60
Binary 1001001 11000100 110000 111111 0 1001100 10111 1101110 111101 110000

Color Harmonies of #49C430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C430

Black with #49C430

Text Example


Text Example

White with #49C430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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