Html Css Color HEX #51DC49 Lime Green

📋 copy color: '#51DC49'

red 81 ◦ green 220 ◦ blue 73

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

Shades of Lime Green #51DC49

Tints of Lime Green #51DC49

RGB

 RED value IS 81 (32.03% from 255) = 21.66%

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

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 21.66%
G = 58.82%
B = 19.52%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#51DC49 (or 0x51DC49) is known color: Lime Green. HEX triplet: 51, DC and 49. RGB value is (81,220,73). Sum of RGB (Red+Green+Blue) = 81+220+73=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #51DC49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DC49 is #AE23B6. Grayscale: #A2A2A2. Windows color (decimal): -11412407 or 4840529. OLE color: 4840529.

HSL color Cylindrical-coordinate representation of color #51DC49: hue angle of 116.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51DC49 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 220 73 -
CMYK 0.63 0 0.67 0.14
HSL 116.73º 0.68% 0.57% -
HSV(B) 116.73º 0.67% 0.86% -
XYZ 30.19 53.42 15.02 -
YUV 161.68 77.95 70.45 -
System Red Green Blue C M Y K H S L
Decimal 81 220 73 0.63 0 0.67 0.14 116.73 0.68 0.57
Hex 51 DC 49 3F 0 43 E 75 44 39
Octal 121 334 111 77 0 103 16 165 104 71
Binary 1010001 11011100 1001001 111111 0 1000011 1110 1110101 1000100 111001

Color Harmonies of #51DC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DC49

Black with #51DC49

Text Example


Text Example

White with #51DC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51DC49; }

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

 H1.HeaderClassName
 {
   color: #51DC49;
 }
 .AnyTagClassName
 {
   color: #51DC49;
 }
</style>

background-color css

<style>
 a { background-color: #51DC49; }

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

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

border-color css

<style>
 span { border-color: #51DC49; }

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

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