Html Css Color HEX #49D827 Lime Green

📋 copy color: '#49D827'

red 73 ◦ green 216 ◦ blue 39

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

Shades of Lime Green #49D827

Tints of Lime Green #49D827

RGB

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

 GREEN value IS 216 (84.77% from 255) = 65.85%

 BLUE value IS 39 (15.63% from 255) = 11.89%

R = 22.26%
G = 65.85%
B = 11.89%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#49D827 (or 0x49D827) is known color: Lime Green. HEX triplet: 49, D8 and 27. RGB value is (73,216,39). Sum of RGB (Red+Green+Blue) = 73+216+39=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 216 (84.77% from 255 or 65.85% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 216 - color contains mainly: green. Hex color #49D827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D827 is #B627D8. Grayscale: #999999. Windows color (decimal): -11937753 or 2611273. OLE color: 2611273.

HSL color Cylindrical-coordinate representation of color #49D827: hue angle of 108.47º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49D827 is Cyan = 0.66, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 216 39 -
CMYK 0.66 0 0.82 0.15
HSL 108.47º 0.69% 0.5% -
HSV(B) 108.47º 0.82% 0.85% -
XYZ 27.67 50.67 10.24 -
YUV 153.07 63.62 70.89 -
System Red Green Blue C M Y K H S L
Decimal 73 216 39 0.66 0 0.82 0.15 108.47 0.69 0.5
Hex 49 D8 27 42 0 52 F 6C 45 32
Octal 111 330 47 102 0 122 17 154 105 62
Binary 1001001 11011000 100111 1000010 0 1010010 1111 1101100 1000101 110010

Color Harmonies of #49D827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D827

Black with #49D827

Text Example


Text Example

White with #49D827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,216,39); }

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

background-color css

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

 a { background-color: rgb(73,216,39); }

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

border-color css

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

 span { border-color: rgb(73,216,39); }

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