Html Css Color HEX #49CA36 Lime Green

📋 copy color: '#49CA36'

red 73 ◦ green 202 ◦ blue 54

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

Shades of Lime Green #49CA36

Tints of Lime Green #49CA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.41%

R = 22.19%
G = 61.4%
B = 16.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#49CA36 (or 0x49CA36) is known color: Lime Green. HEX triplet: 49, CA and 36. RGB value is (73,202,54). Sum of RGB (Red+Green+Blue) = 73+202+54=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 54 (21.48% from 255 or 16.41% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA36 is #B635C9. Grayscale: #939393. Windows color (decimal): -11941322 or 3590729. OLE color: 3590729.

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

Color convert

RGB 73 202 54 -
CMYK 0.64 0 0.73 0.21
HSL 112.3º 0.58% 0.5% -
HSV(B) 112.3º 0.73% 0.79% -
XYZ 24.53 43.92 10.68 -
YUV 146.56 75.76 75.53 -
System Red Green Blue C M Y K H S L
Decimal 73 202 54 0.64 0 0.73 0.21 112.3 0.58 0.5
Hex 49 CA 36 40 0 49 15 70 3A 32
Octal 111 312 66 100 0 111 25 160 72 62
Binary 1001001 11001010 110110 1000000 0 1001001 10101 1110000 111010 110010

Color Harmonies of #49CA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA36

Black with #49CA36

Text Example


Text Example

White with #49CA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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