Html Css Color HEX #49CA3A Lime Green

📋 copy color: '#49CA3A'

red 73 ◦ green 202 ◦ blue 58

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

Shades of Lime Green #49CA3A

Tints of Lime Green #49CA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.42%

R = 21.92%
G = 60.66%
B = 17.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#49CA3A (or 0x49CA3A) is known color: Lime Green. HEX triplet: 49, CA and 3A. RGB value is (73,202,58). Sum of RGB (Red+Green+Blue) = 73+202+58=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA3A is #B635C5. Grayscale: #939393. Windows color (decimal): -11941318 or 3852873. OLE color: 3852873.

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

Color convert

RGB 73 202 58 -
CMYK 0.64 0 0.71 0.21
HSL 113.75º 0.58% 0.51% -
HSV(B) 113.75º 0.71% 0.79% -
XYZ 24.63 43.96 11.19 -
YUV 147.01 77.76 75.21 -
System Red Green Blue C M Y K H S L
Decimal 73 202 58 0.64 0 0.71 0.21 113.75 0.58 0.51
Hex 49 CA 3A 40 0 47 15 72 3A 33
Octal 111 312 72 100 0 107 25 162 72 63
Binary 1001001 11001010 111010 1000000 0 1000111 10101 1110010 111010 110011

Color Harmonies of #49CA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CA3A

Black with #49CA3A

Text Example


Text Example

White with #49CA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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