Html Css Color HEX #49FB36 Lime Green

📋 copy color: '#49FB36'

red 73 ◦ green 251 ◦ blue 54

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

Shades of Lime Green #49FB36

Tints of Lime Green #49FB36

RGB

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

 GREEN value IS 251 (98.44% from 255) = 66.4%

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

R = 19.31%
G = 66.4%
B = 14.29%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#49FB36 (or 0x49FB36) is known color: Lime Green. HEX triplet: 49, FB and 36. RGB value is (73,251,54). Sum of RGB (Red+Green+Blue) = 73+251+54=378 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.31% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #49FB36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FB36 is #B604C9. Grayscale: #AFAFAF. Windows color (decimal): -11928778 or 3603273. OLE color: 3603273.

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

Color convert

RGB 73 251 54 -
CMYK 0.71 0 0.78 0.02
HSL 114.21º 0.96% 0.6% -
HSV(B) 114.21º 0.78% 0.98% -
XYZ 37.91 70.68 15.13 -
YUV 175.32 59.53 55.02 -
System Red Green Blue C M Y K H S L
Decimal 73 251 54 0.71 0 0.78 0.02 114.21 0.96 0.6
Hex 49 FB 36 47 0 4E 2 72 60 3C
Octal 111 373 66 107 0 116 2 162 140 74
Binary 1001001 11111011 110110 1000111 0 1001110 10 1110010 1100000 111100

Color Harmonies of #49FB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FB36

Black with #49FB36

Text Example


Text Example

White with #49FB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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