Html Css Color HEX #49D453 Lime Green

📋 copy color: '#49D453'

red 73 ◦ green 212 ◦ blue 83

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

Shades of Lime Green #49D453

Tints of Lime Green #49D453

RGB

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

 GREEN value IS 212 (83.2% from 255) = 57.61%

 BLUE value IS 83 (32.81% from 255) = 22.55%

R = 19.84%
G = 57.61%
B = 22.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#49D453 (or 0x49D453) is known color: Lime Green. HEX triplet: 49, D4 and 53. RGB value is (73,212,83). Sum of RGB (Red+Green+Blue) = 73+212+83=368 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.84% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #49D453 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49D453 is #B62BAC. Grayscale: #9C9C9C. Windows color (decimal): -11938733 or 5493833. OLE color: 5493833.

HSL color Cylindrical-coordinate representation of color #49D453: hue angle of 124.32º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D453 is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 73 212 83 -
CMYK 0.66 0 0.61 0.17
HSL 124.32º 0.62% 0.56% -
HSV(B) 124.32º 0.66% 0.83% -
XYZ 27.85 49.13 16.2 -
YUV 155.73 86.95 68.99 -
System Red Green Blue C M Y K H S L
Decimal 73 212 83 0.66 0 0.61 0.17 124.32 0.62 0.56
Hex 49 D4 53 42 0 3D 11 7C 3E 38
Octal 111 324 123 102 0 75 21 174 76 70
Binary 1001001 11010100 1010011 1000010 0 111101 10001 1111100 111110 111000

Color Harmonies of #49D453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D453

Black with #49D453

Text Example


Text Example

White with #49D453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,212,83); }

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

background-color css

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

 a { background-color: rgb(73,212,83); }

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

border-color css

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

 span { border-color: rgb(73,212,83); }

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