Html Css Color HEX #49F13B Lime Green

📋 copy color: '#49F13B'

red 73 ◦ green 241 ◦ blue 59

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

Shades of Lime Green #49F13B

Tints of Lime Green #49F13B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 64.61%

 BLUE value IS 59 (23.44% from 255) = 15.82%

R = 19.57%
G = 64.61%
B = 15.82%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#49F13B (or 0x49F13B) is known color: Lime Green. HEX triplet: 49, F1 and 3B. RGB value is (73,241,59). Sum of RGB (Red+Green+Blue) = 73+241+59=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #49F13B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F13B is #B60EC4. Grayscale: #AAAAAA. Windows color (decimal): -11931333 or 3928393. OLE color: 3928393.

HSL color Cylindrical-coordinate representation of color #49F13B: hue angle of 115.38º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #49F13B is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 59 -
CMYK 0.70 0 0.76 0.05
HSL 115.38º 0.87% 0.59% -
HSV(B) 115.38º 0.76% 0.95% -
XYZ 34.99 64.64 14.77 -
YUV 170.02 65.34 58.8 -
System Red Green Blue C M Y K H S L
Decimal 73 241 59 0.70 0 0.76 0.05 115.38 0.87 0.59
Hex 49 F1 3B 46 0 4C 5 73 57 3B
Octal 111 361 73 106 0 114 5 163 127 73
Binary 1001001 11110001 111011 1000110 0 1001100 101 1110011 1010111 111011

Color Harmonies of #49F13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F13B

Black with #49F13B

Text Example


Text Example

White with #49F13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,241,59); }

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

background-color css

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

 a { background-color: rgb(73,241,59); }

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

border-color css

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

 span { border-color: rgb(73,241,59); }

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