Html Css Color HEX #49EF41 Lime Green

📋 copy color: '#49EF41'

red 73 ◦ green 239 ◦ blue 65

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

Shades of Lime Green #49EF41

Tints of Lime Green #49EF41

RGB

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

 GREEN value IS 239 (93.75% from 255) = 63.4%

 BLUE value IS 65 (25.78% from 255) = 17.24%

R = 19.36%
G = 63.4%
B = 17.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#49EF41 (or 0x49EF41) is known color: Lime Green. HEX triplet: 49, EF and 41. RGB value is (73,239,65). Sum of RGB (Red+Green+Blue) = 73+239+65=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 239 (93.75% from 255 or 63.40% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EF41 is #B610BE. Grayscale: #AAAAAA. Windows color (decimal): -11931839 or 4321097. OLE color: 4321097.

HSL color Cylindrical-coordinate representation of color #49EF41: hue angle of 117.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49EF41 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 239 65 -
CMYK 0.69 0 0.73 0.06
HSL 117.24º 0.84% 0.6% -
HSV(B) 117.24º 0.73% 0.94% -
XYZ 34.57 63.53 15.44 -
YUV 169.53 69 59.15 -
System Red Green Blue C M Y K H S L
Decimal 73 239 65 0.69 0 0.73 0.06 117.24 0.84 0.6
Hex 49 EF 41 45 0 49 6 75 54 3C
Octal 111 357 101 105 0 111 6 165 124 74
Binary 1001001 11101111 1000001 1000101 0 1001001 110 1110101 1010100 111100

Color Harmonies of #49EF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EF41

Black with #49EF41

Text Example


Text Example

White with #49EF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,239,65); }

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

background-color css

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

 a { background-color: rgb(73,239,65); }

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

border-color css

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

 span { border-color: rgb(73,239,65); }

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