Html Css Color HEX #49F243 Lime Green

📋 copy color: '#49F243'

red 73 ◦ green 242 ◦ blue 67

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

Shades of Lime Green #49F243

Tints of Lime Green #49F243

RGB

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

 GREEN value IS 242 (94.92% from 255) = 63.35%

 BLUE value IS 67 (26.56% from 255) = 17.54%

R = 19.11%
G = 63.35%
B = 17.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#49F243 (or 0x49F243) is known color: Lime Green. HEX triplet: 49, F2 and 43. RGB value is (73,242,67). Sum of RGB (Red+Green+Blue) = 73+242+67=382 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.11% from 382); Green value is 242 (94.92% from 255 or 63.35% from 382); Blue value is 67 (26.56% from 255 or 17.54% from 382); Max value from RGB is 242 - color contains mainly: green. Hex color #49F243 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F243 is #B60DBC. Grayscale: #ACACAC. Windows color (decimal): -11931069 or 4452937. OLE color: 4452937.

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

Color convert

RGB 73 242 67 -
CMYK 0.70 0 0.72 0.05
HSL 117.94º 0.87% 0.61% -
HSV(B) 117.94º 0.72% 0.95% -
XYZ 35.51 65.33 16.05 -
YUV 171.52 69.01 57.73 -
System Red Green Blue C M Y K H S L
Decimal 73 242 67 0.70 0 0.72 0.05 117.94 0.87 0.61
Hex 49 F2 43 46 0 48 5 76 57 3D
Octal 111 362 103 106 0 110 5 166 127 75
Binary 1001001 11110010 1000011 1000110 0 1001000 101 1110110 1010111 111101

Color Harmonies of #49F243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F243

Black with #49F243

Text Example


Text Example

White with #49F243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,242,67); }

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

background-color css

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

 a { background-color: rgb(73,242,67); }

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

border-color css

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

 span { border-color: rgb(73,242,67); }

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