Html Css Color HEX #49D527 Lime Green

📋 copy color: '#49D527'

red 73 ◦ green 213 ◦ blue 39

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

Shades of Lime Green #49D527

Tints of Lime Green #49D527

RGB

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

 GREEN value IS 213 (83.59% from 255) = 65.54%

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

R = 22.46%
G = 65.54%
B = 12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#49D527 (or 0x49D527) is known color: Lime Green. HEX triplet: 49, D5 and 27. RGB value is (73,213,39). Sum of RGB (Red+Green+Blue) = 73+213+39=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #49D527 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D527 is #B62AD8. Grayscale: #979797. Windows color (decimal): -11938521 or 2610505. OLE color: 2610505.

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

Color convert

RGB 73 213 39 -
CMYK 0.66 0 0.82 0.16
HSL 108.28º 0.69% 0.49% -
HSV(B) 108.28º 0.82% 0.84% -
XYZ 26.91 49.15 9.99 -
YUV 151.3 64.62 72.15 -
System Red Green Blue C M Y K H S L
Decimal 73 213 39 0.66 0 0.82 0.16 108.28 0.69 0.49
Hex 49 D5 27 42 0 52 10 6C 45 31
Octal 111 325 47 102 0 122 20 154 105 61
Binary 1001001 11010101 100111 1000010 0 1010010 10000 1101100 1000101 110001

Color Harmonies of #49D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D527

Black with #49D527

Text Example


Text Example

White with #49D527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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