Html Css Color HEX #49D428 Lime Green

📋 copy color: '#49D428'

red 73 ◦ green 212 ◦ blue 40

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

Shades of Lime Green #49D428

Tints of Lime Green #49D428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 22.46%
G = 65.23%
B = 12.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#49D428 (or 0x49D428) is known color: Lime Green. HEX triplet: 49, D4 and 28. RGB value is (73,212,40). Sum of RGB (Red+Green+Blue) = 73+212+40=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 212 (83.20% from 255 or 65.23% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 212 - color contains mainly: green. Hex color #49D428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D428 is #B62BD7. Grayscale: #979797. Windows color (decimal): -11938776 or 2675785. OLE color: 2675785.

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

Color convert

RGB 73 212 40 -
CMYK 0.66 0 0.81 0.17
HSL 108.49º 0.68% 0.49% -
HSV(B) 108.49º 0.81% 0.83% -
XYZ 26.67 48.66 9.99 -
YUV 150.83 65.45 72.49 -
System Red Green Blue C M Y K H S L
Decimal 73 212 40 0.66 0 0.81 0.17 108.49 0.68 0.49
Hex 49 D4 28 42 0 51 11 6C 44 31
Octal 111 324 50 102 0 121 21 154 104 61
Binary 1001001 11010100 101000 1000010 0 1010001 10001 1101100 1000100 110001

Color Harmonies of #49D428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D428

Black with #49D428

Text Example


Text Example

White with #49D428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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