Html Css Color HEX #49F23A Lime Green

📋 copy color: '#49F23A'

red 73 ◦ green 242 ◦ blue 58

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

Shades of Lime Green #49F23A

Tints of Lime Green #49F23A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.55%

R = 19.57%
G = 64.88%
B = 15.55%

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

#49F23A (or 0x49F23A) is known color: Lime Green. HEX triplet: 49, F2 and 3A. RGB value is (73,242,58). Sum of RGB (Red+Green+Blue) = 73+242+58=373 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.57% from 373); Green value is 242 (94.92% from 255 or 64.88% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 242 - color contains mainly: green. Hex color #49F23A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F23A is #B60DC5. Grayscale: #ABABAB. Windows color (decimal): -11931078 or 3863113. OLE color: 3863113.

HSL color Cylindrical-coordinate representation of color #49F23A: hue angle of 115.11º degrees, saturation: 0.88, 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 #49F23A is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 242 58 -
CMYK 0.70 0 0.76 0.05
HSL 115.11º 0.88% 0.59% -
HSV(B) 115.11º 0.76% 0.95% -
XYZ 35.26 65.23 14.73 -
YUV 170.49 64.51 58.46 -
System Red Green Blue C M Y K H S L
Decimal 73 242 58 0.70 0 0.76 0.05 115.11 0.88 0.59
Hex 49 F2 3A 46 0 4C 5 73 58 3B
Octal 111 362 72 106 0 114 5 163 130 73
Binary 1001001 11110010 111010 1000110 0 1001100 101 1110011 1011000 111011

Color Harmonies of #49F23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F23A

Black with #49F23A

Text Example


Text Example

White with #49F23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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