Html Css Color HEX #49C234 Lime Green

📋 copy color: '#49C234'

red 73 ◦ green 194 ◦ blue 52

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

Shades of Lime Green #49C234

Tints of Lime Green #49C234

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.82%

 BLUE value IS 52 (20.7% from 255) = 16.3%

R = 22.88%
G = 60.82%
B = 16.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#49C234 (or 0x49C234) is known color: Lime Green. HEX triplet: 49, C2 and 34. RGB value is (73,194,52). Sum of RGB (Red+Green+Blue) = 73+194+52=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #49C234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C234 is #B63DCB. Grayscale: #8E8E8E. Windows color (decimal): -11943372 or 3457609. OLE color: 3457609.

HSL color Cylindrical-coordinate representation of color #49C234: hue angle of 111.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49C234 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 194 52 -
CMYK 0.62 0 0.73 0.24
HSL 111.13º 0.58% 0.48% -
HSV(B) 111.13º 0.73% 0.76% -
XYZ 22.66 40.25 9.82 -
YUV 141.63 77.41 79.05 -
System Red Green Blue C M Y K H S L
Decimal 73 194 52 0.62 0 0.73 0.24 111.13 0.58 0.48
Hex 49 C2 34 3E 0 49 18 6F 3A 30
Octal 111 302 64 76 0 111 30 157 72 60
Binary 1001001 11000010 110100 111110 0 1001001 11000 1101111 111010 110000

Color Harmonies of #49C234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C234

Black with #49C234

Text Example


Text Example

White with #49C234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,194,52); }

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

background-color css

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

 a { background-color: rgb(73,194,52); }

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

border-color css

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

 span { border-color: rgb(73,194,52); }

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