Html Css Color HEX #49DC27 Lime Green

📋 copy color: '#49DC27'

red 73 ◦ green 220 ◦ blue 39

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

Shades of Lime Green #49DC27

Tints of Lime Green #49DC27

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.27%

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

R = 21.99%
G = 66.27%
B = 11.75%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#49DC27 (or 0x49DC27) is known color: Lime Green. HEX triplet: 49, DC and 27. RGB value is (73,220,39). Sum of RGB (Red+Green+Blue) = 73+220+39=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC27 is #B623D8. Grayscale: #9B9B9B. Windows color (decimal): -11936729 or 2612297. OLE color: 2612297.

HSL color Cylindrical-coordinate representation of color #49DC27: hue angle of 108.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49DC27 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 39 -
CMYK 0.67 0 0.82 0.14
HSL 108.73º 0.72% 0.51% -
HSV(B) 108.73º 0.82% 0.86% -
XYZ 28.71 52.75 10.59 -
YUV 155.41 62.3 69.22 -
System Red Green Blue C M Y K H S L
Decimal 73 220 39 0.67 0 0.82 0.14 108.73 0.72 0.51
Hex 49 DC 27 43 0 52 E 6D 48 33
Octal 111 334 47 103 0 122 16 155 110 63
Binary 1001001 11011100 100111 1000011 0 1010010 1110 1101101 1001000 110011

Color Harmonies of #49DC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC27

Black with #49DC27

Text Example


Text Example

White with #49DC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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