Html Css Color HEX #49CA33 Lime Green

📋 copy color: '#49CA33'

red 73 ◦ green 202 ◦ blue 51

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

Shades of Lime Green #49CA33

Tints of Lime Green #49CA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.64%

R = 22.39%
G = 61.96%
B = 15.64%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#49CA33 (or 0x49CA33) is known color: Lime Green. HEX triplet: 49, CA and 33. RGB value is (73,202,51). Sum of RGB (Red+Green+Blue) = 73+202+51=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA33 is #B635CC. Grayscale: #929292. Windows color (decimal): -11941325 or 3394121. OLE color: 3394121.

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

Color convert

RGB 73 202 51 -
CMYK 0.64 0 0.75 0.21
HSL 111.26º 0.6% 0.5% -
HSV(B) 111.26º 0.75% 0.79% -
XYZ 24.47 43.9 10.32 -
YUV 146.22 74.26 75.78 -
System Red Green Blue C M Y K H S L
Decimal 73 202 51 0.64 0 0.75 0.21 111.26 0.6 0.5
Hex 49 CA 33 40 0 4B 15 6F 3C 32
Octal 111 312 63 100 0 113 25 157 74 62
Binary 1001001 11001010 110011 1000000 0 1001011 10101 1101111 111100 110010

Color Harmonies of #49CA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA33

Black with #49CA33

Text Example


Text Example

White with #49CA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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