Html Css Color HEX #49C33E Lime Green

📋 copy color: '#49C33E'

red 73 ◦ green 195 ◦ blue 62

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

Shades of Lime Green #49C33E

Tints of Lime Green #49C33E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.09%

 BLUE value IS 62 (24.61% from 255) = 18.79%

R = 22.12%
G = 59.09%
B = 18.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#49C33E (or 0x49C33E) is known color: Lime Green. HEX triplet: 49, C3 and 3E. RGB value is (73,195,62). Sum of RGB (Red+Green+Blue) = 73+195+62=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 195 (76.56% from 255 or 59.09% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 195 - color contains mainly: green. Hex color #49C33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C33E is #B63CC1. Grayscale: #8F8F8F. Windows color (decimal): -11943106 or 4113225. OLE color: 4113225.

HSL color Cylindrical-coordinate representation of color #49C33E: hue angle of 115.04º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49C33E is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 62 -
CMYK 0.63 0 0.68 0.24
HSL 115.04º 0.53% 0.5% -
HSV(B) 115.04º 0.68% 0.76% -
XYZ 23.13 40.79 11.21 -
YUV 143.36 82.08 77.81 -
System Red Green Blue C M Y K H S L
Decimal 73 195 62 0.63 0 0.68 0.24 115.04 0.53 0.5
Hex 49 C3 3E 3F 0 44 18 73 35 32
Octal 111 303 76 77 0 104 30 163 65 62
Binary 1001001 11000011 111110 111111 0 1000100 11000 1110011 110101 110010

Color Harmonies of #49C33E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C33E

Black with #49C33E

Text Example


Text Example

White with #49C33E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,195,62); }

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

background-color css

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

 a { background-color: rgb(73,195,62); }

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

border-color css

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

 span { border-color: rgb(73,195,62); }

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