Html Css Color HEX #49CA44 Lime Green

📋 copy color: '#49CA44'

red 73 ◦ green 202 ◦ blue 68

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

Shades of Lime Green #49CA44

Tints of Lime Green #49CA44

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.89%

 BLUE value IS 68 (26.95% from 255) = 19.83%

R = 21.28%
G = 58.89%
B = 19.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#49CA44 (or 0x49CA44) is known color: Lime Green. HEX triplet: 49, CA and 44. RGB value is (73,202,68). Sum of RGB (Red+Green+Blue) = 73+202+68=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA44 is #B635BB. Grayscale: #949494. Windows color (decimal): -11941308 or 4508233. OLE color: 4508233.

HSL color Cylindrical-coordinate representation of color #49CA44: hue angle of 117.76º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49CA44 is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 202 68 -
CMYK 0.64 0 0.66 0.21
HSL 117.76º 0.56% 0.53% -
HSV(B) 117.76º 0.66% 0.79% -
XYZ 24.91 44.07 12.66 -
YUV 148.15 82.76 74.4 -
System Red Green Blue C M Y K H S L
Decimal 73 202 68 0.64 0 0.66 0.21 117.76 0.56 0.53
Hex 49 CA 44 40 0 42 15 76 38 35
Octal 111 312 104 100 0 102 25 166 70 65
Binary 1001001 11001010 1000100 1000000 0 1000010 10101 1110110 111000 110101

Color Harmonies of #49CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA44

Black with #49CA44

Text Example


Text Example

White with #49CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,68); }

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

background-color css

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

 a { background-color: rgb(73,202,68); }

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

border-color css

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

 span { border-color: rgb(73,202,68); }

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