Html Css Color HEX #49FD34 Lime Green

📋 copy color: '#49FD34'

red 73 ◦ green 253 ◦ blue 52

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

Shades of Lime Green #49FD34

Tints of Lime Green #49FD34

RGB

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

 GREEN value IS 253 (99.22% from 255) = 66.93%

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

R = 19.31%
G = 66.93%
B = 13.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#49FD34 (or 0x49FD34) is known color: Lime Green. HEX triplet: 49, FD and 34. RGB value is (73,253,52). Sum of RGB (Red+Green+Blue) = 73+253+52=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 253 (99.22% from 255 or 66.93% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 253 - color contains mainly: green. Hex color #49FD34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FD34 is #B602CB. Grayscale: #B0B0B0. Windows color (decimal): -11928268 or 3472713. OLE color: 3472713.

HSL color Cylindrical-coordinate representation of color #49FD34: hue angle of 113.73º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49FD34 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 253 52 -
CMYK 0.71 0 0.79 0.01
HSL 113.73º 0.98% 0.6% -
HSV(B) 113.73º 0.79% 0.99% -
XYZ 38.49 71.91 15.1 -
YUV 176.27 57.87 54.34 -
System Red Green Blue C M Y K H S L
Decimal 73 253 52 0.71 0 0.79 0.01 113.73 0.98 0.6
Hex 49 FD 34 47 0 4F 1 72 62 3C
Octal 111 375 64 107 0 117 1 162 142 74
Binary 1001001 11111101 110100 1000111 0 1001111 1 1110010 1100010 111100

Color Harmonies of #49FD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FD34

Black with #49FD34

Text Example


Text Example

White with #49FD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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